D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

D5 Creation

Forum Replies Created

Viewing 50 posts - 1,251 through 1,300 (of 1,897 total)
  • Author
    Posts
  • in reply to: Please help! Green eye button in first page #4828
    D5 Creation
    Keymaster
    Quote:
    Quote from Tudomov on February 1, 2014, 00:21
    When I open Green Eye Options, i don’t see General options, so i can’t do anything.
    So please, tell me where are General Options. Thank you.

    Is the Extend Version installed properly? If yes, you should have the options.

    in reply to: Change colors in Small Business Template #4825
    D5 Creation
    Keymaster
    Quote:
    Quote from b1uenose on January 31, 2014, 18:25
    The standard theme is red based / header and footer. with a white/off white background. I want to change the main red colour on the theme, to #1a1750 (dark blue), but not sure what to edit to achieve this.

    You can find the actual element and can change the colors right clicking the mouse on the element and selecting Inspect Element in Chrome Browser.

    in reply to: Change colors in Small Business Template #4823
    D5 Creation
    Keymaster
    Quote:
    Quote from b1uenose on January 31, 2014, 16:00
    I tried to use the code you provided, but it just changed a couple of border colours. Twilight-mo has managed to change the whole theme colour. What is the code for doing that please? I am using SB Pro.

    Extend Version has Color Setting Option. You can also implement Custom CSS in the pro version. You can use Custom Code into the Custom Code within Head Area box using starting <style> and closing </style> tag.

    Please be specific where you want to change the color.

    in reply to: Please help! Green eye button in first page #4822
    D5 Creation
    Keymaster
    Quote:
    Quote from Tudomov on January 31, 2014, 15:08
    I want to delete button in first page of green eye template, but i dont know how, and where is that buton in code?
    Please, please, help me.

    We encourage not to edit any theme file because that will be overwritten during next update. We encourage input Custom CSS into the Custom Code within Head Area of WP-Admin > Appearance > Green Eye Options > General Options > Custom Code within Head Area. This is safe and good practice for our themes.

    in reply to: Attention to the D5 Smartia Users! #4820
    D5 Creation
    Keymaster
    Quote:
    Quote from Esther Ruiz Ortiz on January 30, 2014, 17:03
    I have a problem with the creation of a child theme from smartia theme:

    Warning: require_once(/home/s13588fa/public_html/socialmediaproject.es/wp-content/themes/smp-d5-smartia/inc/theme-options.php): failed to open stream: No such file or directory in /home/s13588fa/public_html/socialmediaproject.es/wp-content/themes/d5-smartia/functions.php on line 47

    Fatal error: require_once(): Failed opening required ‘/home/s13588fa/public_html/socialmediaproject.es/wp-content/themes/smp-d5-smartia/inc/theme-options.php’ (include_path=’.:/usr/local/php-5.5.8/lib/php’) in /home/s13588fa/public_html/socialmediaproject.es/wp-content/themes/d5-smartia/functions.php on line 47

    It doesn´t found “functions php”. Can you tell me why?

    Thanks in advance

    You should download the Theme from D5 Creation site and install. Smartia has functions.php in the Theme Folder. How you installed is the matter.

    Smartia has only one version, FREE. We have a plan to add a Pro and an Extend version of Smartia soon. You can wait for few more days until the Pro and Extend version come.

    in reply to: Front Page Slide Bar links #4816
    D5 Creation
    Keymaster
    Quote:
    Quote from b1uenose on January 24, 2014, 17:58
    I have set up the home page ok and the slide bar works fine (www.lcdsolution.co.uk), and have obviously set up the posts ok to enable this to happen.

    However, when you click on the pictures (i have 2 at the moment) and it takes you to the posts, i dont want this to happen. how can i stop the homepage slider linking to the posts?

    The reason i want to do this is that we dont have any blogs on the site just now, but will have in future. For now, whilst we are starting up, i dont want them to link.

    Small Business Extend has such these features. The issue is related with coding.

    WBkvdcc.png

    in reply to: Remove Title from Homepage #4815
    D5 Creation
    Keymaster
    Quote:
    Quote from b1uenose on January 24, 2014, 13:55
    Perfect, worked straight away.

    I also have Google Analytics script in that box, they both ok in there together?

    Yes, you can add even more code if you need.

    in reply to: Remove Title from Homepage #4813
    D5 Creation
    Keymaster
    Quote:
    Quote from b1uenose on January 23, 2014, 20:00
    I am attempting to remove the home page title from showing. Have tried many online tutorials and none have worked. I managed to remove it from all the other pages, but not the home page.

    When i was using small business free, it worked fine, but cant figure it out on small business pro. Can anyone help? website is http://www.lcdsolutions.co.uk, regards.

    You can add the following into the WP-Admin > Appearance > Small Business Options > General Options > Custom Code within Head Area box to disable the Post/Page Title from Front Page

    Code:
    <style>.post-58 .post-title {display: none;}</style>

    You can add the following into the WP-Admin > Appearance > Small Business Options > General Options > Custom Code within Head Area box to disable the Post/Page Title from Site-width

    Code:
    <style>h2 .post-title {display: none;}</style>
    in reply to: Instagram for Simplify Extend #4812
    D5 Creation
    Keymaster
    Quote:
    Quote from bcpainsociety on January 23, 2014, 12:38
    Any chance of adding an instagram icon same as the other social links?

    Thank you for your suggestion. We shall try to add this. You can also replace any link image/icon with the same name and extension in the images folder of theme directory.

    in reply to: how can I remove side bar, and posts from all pages #4811
    D5 Creation
    Keymaster
    Quote:
    Quote from vbanjanin on January 20, 2014, 20:17
    Hello with this great theme, I have 1 problem, those 2 pictures and posts that are in slider, are also showing at the end of the page on home page. Please see http://www.artemon.me. How can I remove those 2 posts, but to leave them in the slider. Thank you!!

    Unfortunately only the Extend Version can do these from Theme Options. You can use the Extend Version to get such these options. We find that you removed the Theme and CMS Credit from your footer. How shall we get inspirations to develop and support FREE Themes?

    D5 Creation
    Keymaster

    Replace the content of front-page.php with the following:

    Code:
    <?php
    /*
    Template Name: Front Page
    GREEN EYE Theme’s Front Page to Display the Home Page if Selected
    Copyright: 2013, D5 Creation, https://www.d5creation.com
    Based on the Simplest D5 Framework for WordPress
    Since GREEN 1.0
    */
    get_header(); ?>
    <div id=”container”>
    <h1 id=”heading”><?php echo of_get_option(‘heading_text’, ‘Welcome to the World of Creativity!’); ?></h1>
    <p class=”heading-desc”><?php echo of_get_option(‘heading_des’, ‘WordPress is web software you can use to create a <a href=”#”>beautiful website or blog</a>. We like to say that <a href=”http://wordpress.org/&#8221;>WordPress</a> is both free and priceless at the same time.’); ?></p>

    <?php get_template_part( ‘featured-box’ ); get_template_part( ‘fcontent’ ); ?>

    <div class=”content-ver-sep”></div>

    <div class=”fpage-quote”>
    <div class=”customers-comment”>
    <ul><li> <?php echo ‘<q>’ . of_get_option(‘bottom-quotation’, ‘All the developers of D5 Creation have come from the disadvantaged part or group of the society. All have established themselves after a long and hard struggle in their life —– D5 Creation Team’) . ‘</q>’; ?></li></ul>
    </div></div>

    <?php get_footer(); ?>

    D5 Creation
    Keymaster

    You can do it from Theme Options.

    D5 Creation
    Keymaster
    Quote:
    Quote from Panasya on January 20, 2014, 08:44
    Please, help! The theme I just installed is Green Eye. Like it very much, but with static home page with full width I have side bar on the right side of the page. What I do incorrect? I don’t want to have side bar on home page. Thank you, anybody can help.
    (www.crochetexclusive.com)

    Green Eye Extend has Theme Options where you can control These.

    in reply to: Upgraded to Simplify Extender #4802
    D5 Creation
    Keymaster

    Please reply the last E-Mail we have sent just now.

    in reply to: Upgraded to Simplify Extender #4800
    D5 Creation
    Keymaster
    Quote:
    Quote from marketingdiva on January 19, 2014, 22:53
    I upgraded to the Simplify Extender.

    The site has some customizations on it, and I just want the “slider” element on this particular site.

    The site is originally built on the Simplify theme with customization. I don’t have to change my template and all redo all my customizations to get the slider option do i?

    Is there a way to incorporate the slider without having to completely recustomize the rest of the site?

    We think that you have customized the CSS only. Install the Simplify Extend as a new Theme. Both the Free and Extend Versions will be there. You can activate any one. Activate the Simplify Extend. Copy the customized CSS part and paste them in the WP-Admin > Appearance > Simplify Options > General Options > Custom Code within Head Area with a starting <style> and closing </style> tag.

    The Code will be like this

    <style>

    CSS Part

    </style>

    You can add HTML in the Featured Box descriptions in Extend Version which is not possible at FREE Version.

    in reply to: Simplicity Lite – Featured Box #4798
    D5 Creation
    Keymaster
    Quote:
    Quote from jhendriks on January 19, 2014, 08:04
    I searched for the answer prior to posting. However if it has been asked please forgive me overlooking.

    This may be so simple and I hope you all can help.

    I can’t find where or how to edit the featured box on Simplicity Lite. I found it in the code and on others sites, however I dont know what specs or how to get it to react to new post or pages. What am I missing?

    Thank you in advance for all your help.

    J

    You can edit the Featured Boxes from WP-Admin > Appearance > Simplicity Options

    in reply to: Travel Extend =) #4799
    D5 Creation
    Keymaster
    Quote:
    Quote from bastarne21 on January 18, 2014, 00:10
    Hello, d5creation.
    Thanks for theme, i’m very satisfied=)
    I just need your help in plugins. Can you tell me name of “registration form” and “gallery” plugins that you use in demo version of Travel theme. I like the way they appear in right corner and gallery in footer.Thanks. My site:amurtour.com.ua 🙂 🙂 🙂

    You may like This Plugin for Reservation and You will find lots of free Plugins if you search with appropriate keyword in the WP-Admin > Plugins > Add New. WordPress Core has it’s own Gallery Function. If you paste the html portion of the Gallery Items from Right Button Clicking on page > Page Source in Chrome to any Text WidGets that will show gallery. You can also use plain HTML in Text WidGet to generate tiled images. You will find lots of free Plugins to generate WidGet Galleries.

    in reply to: Design Extend – Using Shortcode in Featured Content #4795
    D5 Creation
    Keymaster
    Quote:
    Quote from flyway on January 16, 2014, 00:11
    Hello,

    First off, like the theme. It does have one limitation I was hoping to get assistance.

    I’d like to use some shortcode in the featured content area of the Design Options. You allow HTML, just not shortcode.

    And FYI – I’m trying to add a simple contact form in the right side (Contact Form 7).

    Thanks!

    We have replied to your Support Ticket and replied to your E-Mail providing the solution. DEVELOPER Members are requested to use Direct E-Mail Support for receiving quick response.

    in reply to: D5 Business Line – Banner Image as link? #4793
    D5 Creation
    Keymaster
    Quote:
    Quote from rpine1985 on January 11, 2014, 02:36
    So I’ve been building a site using D5 business line which I really like. My question is, does anyone know a way to make the banner images clickable links? And if not, does anyone know of a theme they use that can make your banner image clickable?

    It just seems strange to have this giant banner image and yet the only things that you can click on are the links below…

    Thanks

    You can use Business Line Pro or Business Line Extend for This Feature. You can also visit the DEMO.

    in reply to: Help with footer bar on Travel extend. #4791
    D5 Creation
    Keymaster
    Quote:
    Quote from chidawazza on January 11, 2014, 01:38
    Hi,

    Please visit my site tpitravelworld.com and help me figure out how to remove the grey bar at the bottom of the home page.

    I just want to have the scrolling images.

    Thanks for your help!

    Ben,

    You can add this to the bottom of the front-page.php file

    Code:
    <style>#container {display: none; }</style>
    in reply to: Travel Extend theme! #4789
    D5 Creation
    Keymaster

    Only the DEVELOPER Members can download the Extend Version Themes.

    in reply to: Reducing the number of visible blog posts on home page #4788
    D5 Creation
    Keymaster

    This is a Pro and Extend Version Feature.

    in reply to: reselling question #4787
    D5 Creation
    Keymaster

    The Extend Versions have translation features within the Theme. We introduced a new approach of Translation. DEVELOPER users can download and use Extend Versions. DEVELOPER Members can also create websites for themselves and for their clients. You can not resell the Theme.

    in reply to: Small Business Free – featured image caption #4786
    D5 Creation
    Keymaster
    Quote:
    Quote from RealtyCaffeine on December 29, 2013, 06:59
    Just found your theme and am looking at using it. Want to be able to show the caption on the featured image but don’t see any way to do that. Does this theme support this?

    Thanks,
    Jerry

    Featured Images are WordPress Core Features, not Themes’.

    in reply to: Simplify Slides not working in IE #4785
    D5 Creation
    Keymaster
    Quote:
    Quote from salterra on December 24, 2013, 23:11
    http://salterra-seoaz.com/

    Please tell me how to get the slides working in IE. Everything is good with all other browsers.
    Thanks,
    T

    Some Previous IE Versions can’t show CSS3 and Flash Properly but modern IE Browsers should show without any issue. In our case your site is showing properly in IE

    zrmvVOG.png

    D5 Creation
    Keymaster
    Quote:
    Quote from hsrdallas on December 15, 2013, 07:37
    http://topratedconsumerproducts.com

    please advise

    Thanks,
    Debbie

    Please overwrite the Theme Files with the original.

    in reply to: Simplify Extended- Developer Member- slider disappeared #4783
    D5 Creation
    Keymaster

    This is a Problem of your hosting/plugin setting. Please use shorter image url instead of using full image url.

    Don’t use: http://kaufmannbulldogs.com/wp-content/uploads/2013/12/geneticbanner.jpg

    Use: wp-content/uploads/2013/12/geneticbanner.jpg

    in reply to: Simplify Extended- Developer Member- slider disappeared #4782
    D5 Creation
    Keymaster

    Please provide us one Temporary Admin ID and Password to [email protected] so that we can check the issue.

    in reply to: Unable to change website color through Customized design #4763
    D5 Creation
    Keymaster

    We found some extra characters which are not created from Theme Functions. We assume that those are created from any Plugins. Unfortunately you restricted the Plugins from the User ID you provided. That’s why we could not check which plugin is responsible to generate those unnecessary tags.

    The unnecessary tags are:

    Code:
    <p>, <br />, </p>

    You should remove those tags.

    You are using the following code in the Custom Code within Head Area of Theme Option which is not correct.

    Code:
    <p>.box_skitter { background: transparent; }<br />
    #commentsbox { display: none; }</p>

    You should use this:

    Code:
    <style>.box_skitter { background: transparent; }
    #commentsbox { display: none; }</style>
    in reply to: Unable to change website color through Customized design #4781
    D5 Creation
    Keymaster
    Quote:
    Quote from acacialaw on December 12, 2013, 10:42
    I assume you have since gained access as there has been activity on the site?
    It also says you have registered as an administrative user.

    Unfortunately we couldn’t visit or log in your site. We could visit the log in page only. Please don’t create any user using any plugin for us. You should manually create a Temporary Admin ID and Password for us.

    in reply to: Unable to change website color through Customized design #4779
    D5 Creation
    Keymaster

    We received an e-mail but the e-mail but the links are not working.

    in reply to: How to show the Small Business Slide Show? #3977
    D5 Creation
    Keymaster
    Quote:
    Quote from bxdavi2 on December 10, 2013, 21:47
    I have d5 small business pro and have assigned 6 slides in the theme options but the slider still will not move between pictures.

    Did you follow all the procedures of this thread? Sometimes some plugin may conflict with the WordPress’s core bundled scripts such as jQuery. You can check deactivating the plugins one by one.

    Please provide your WebSite URL.

    in reply to: Unable to change website color through Customized design #4776
    D5 Creation
    Keymaster

    It’s ok but we need the access information, right? Please send the ID and Password to [email protected]

    in reply to: Unable to change website color through Customized design #4774
    D5 Creation
    Keymaster

    Please send the Temporary Admin ID and Password.

    in reply to: Unable to change website color through Customized design #4772
    D5 Creation
    Keymaster
    Quote:
    Quote from acacialaw on December 4, 2013, 05:59
    Using the color tab in simplicity options I can no longer seem to change the color layout of my website.
    They seem to be stuck to the default.

    This occurred after you helped me with an issue regarding the slider yesterday. I’m unsure how to proceed.

    Would you like temporary access?

    Please provide the Site URL, a Temporary Admin ID and Password to [email protected]

    in reply to: Transparent images on Slider (Simplicity Extend) #4770
    D5 Creation
    Keymaster

    You can add the code into the Custom Code within Head Area of Simplicity Options.

    Code:
    <style>.box_skitter { background: transparent; }</style>

    We also tried this but you have any plugin which is changing this code and adding an extra <p> tag. You can grant Admin permission for the temporary ID so that we can check.

    in reply to: Transparent images on Slider (Simplicity Extend) #4768
    D5 Creation
    Keymaster

    The link is redirecting to the WP Admin Login, not to the site. You can provide a Temporary Admin ID and Password to [email protected]

    in reply to: Transparent images on Slider (Simplicity Extend) #4766
    D5 Creation
    Keymaster
    Quote:
    Quote from acacialaw on December 3, 2013, 09:00
    Thanks very much for the replies. The same issue still occurs however.
    The images I’ve uploaded onto my slider are transparent in some places and these areas appear as black. Is there anywyay to change this? Or will I have to use solid colours?

    Kind regards.

    It would be helpful for us if we could visit your site.

    in reply to: Can not insert ad code in D5 Smartia #4761
    D5 Creation
    Keymaster

    Download the Latest Version from D5 Creation Site and update/install that.

    in reply to: Need help with Travel lite theme #4760
    D5 Creation
    Keymaster
    Quote:
    Quote from Bdosaccom on December 1, 2013, 02:47
    I used the theme great for a week.I love this theme. However the homepage featured images and featured titles are not on the same level now. somethings have change. Visit our website http://carmenscondominums.com/. Let me know how to correct this issue.

    We found one image which is not properly sized. You should same size image for all boxes.

    in reply to: Transparent images on Slider (Simplicity Extend) #4757
    D5 Creation
    Keymaster

    You can go with the Latest Version now. This Tutorial may help you.

    in reply to: socialia #4756
    D5 Creation
    Keymaster
    Quote:
    Quote from naveen on November 28, 2013, 02:48
    Hi,

    I am using socialia and want to change the images in the slider as well as the comments. How can I do that?

    thanks,
    Naveen

    Socialia Pro has Theme Options to do these easily.

    in reply to: Transparent images on Slider (Simplicity Extend) #4755
    D5 Creation
    Keymaster

    We are working to add 37+ Slide Effects including Fade Effect with Simplicity Extend Slider. Please wait few days until we release the new version.

    in reply to: Business Line (Free) Slider Problem #4753
    D5 Creation
    Keymaster

    WordPress sites work on various components. The Main Base is WordPress Core, Second one is Theme and Plugins are the third one. The problem you mentioned is not from the Theme. Business Line is fully working without any issue.

    in reply to: Business Line Slider Problems #4751
    D5 Creation
    Keymaster
    Quote:
    Quote from hookt on November 25, 2013, 21:34
    I am using the Business Line theme and it is great, but…

    The theme doesn’t render properly in Firefox, and the front page sliders are distorted in in the mobile view. Can this be fixed?

    http://www.hooktfishing.com

    This is very unfortunate that you removed the Theme and WordPress Credit. How shall we get inspirations to develop Free Themes and Support to the Free Users?

    in reply to: Image in Footer – Small Business Theme #4748
    D5 Creation
    Keymaster

    You can use html img tag.

    in reply to: New Testimonial Section – how can we change #4747
    D5 Creation
    Keymaster

    In our Test Environment all are working without any issues.

    in reply to: New Testimonial Section – how can we change #4745
    D5 Creation
    Keymaster
    Quote:
    Quote from Ingvar on November 21, 2013, 20:56
    If I change the alignment to right, it does not work with my short Quote Text.
    I have so far two Quote Texts, both are shorter then one line.

    E.g.
    “Eksklusive leiligheter – sentralt i Brumunddal “

    It works only if the text is longer then one line, than I can align to left, right or default center.

    I have tested it !!

    Please Contact Here with your WebSite URL, One Temporary Admin ID and Password so that we can check.

    in reply to: New Testimonial Section – how can we change #4743
    D5 Creation
    Keymaster

    That is working but the Theme’s default alignment of the Quote is already centered. So, using that code is useless unless you will change the alignment to left or right.

    in reply to: Simplify Theme – Featured boxes #4739
    D5 Creation
    Keymaster
    Quote:
    Quote from salterra on November 20, 2013, 00:07
    Hi!
    I would like to have 6 featured boxes, but have them balanced ( 3 top and 3 bottom/ centered) is there custom code for that?? or am I missing something in the instructions. 😀

    Current site: http://www.stonewaterfilms.com

    thanks!
    e

    Your Subject is about Simplify Theme but your site is running on Simplicity. You can add 03 for First Row Featured Boxs and the rest 03 for Second Row Featured Boxs. The 03 boxes will be centered but not be filled the content area.

Viewing 50 posts - 1,251 through 1,300 (of 1,897 total)