Forum Replies Created

Viewing 30 posts - 57,601 through 57,630 (of 67,197 total)
  • Author
    Posts
  • in reply to: Child Theme After-the-fact #282904

    Hey!

    You should activate the child theme. You can now see the button inside the Import/Export panel. You’ll need to do all modifications on the child theme files. The css modifications can be added on the child theme’s style.css file and additional functions on the child theme’s functions.php file.

    Regards,
    Ismael

    in reply to: how to have responsive menu off logo #282900

    Hey!

    Thank you for the update.

    Please add this below:

    @media only screen and (max-width: 360px) {
    .responsive .logo a, .responsive .logo img {
    height: 60px !important;
    max-height: 60px !important;
    top: 5px;
    }
    }

    Cheers!
    Ismael

    in reply to: Auto Updates.. #282899

    Hey!

    What do you mean by us “holding back”? Try to logout then login again, see if the auto update works. If not, update the theme via FTP as suggested above.

    Best regards,
    Ismael

    in reply to: Loop Problem #282885

    Hey!

    Thank you for the info.

    Is this the code on page.php or the loop-serie.php. Please post both codes on pastebin.com. Create different paste for both files. Note that we don’t provide support for third party scripts but we’ll try if we can help you with this. What exactly does this modification suppose to do?

    Cheers!
    Ismael

    in reply to: Problem on iPad #282883

    Hey simonac!

    Thank you for using the theme!

    I checked the site on an iPad and it loads fine. Please remove the browser cache then close all apps. Test the site again. The site looks awesome.

    Cheers!
    Ismael

    in reply to: Enfold not changing general styling – urgent #282877

    Hi!

    Thank you for using the theme!

    I checked all the languages, they seem to have the same color scheme but differs on site layout, others are boxed and some are stretched. The best thing that you can do is to work on the theme options using a single language and when you’re finish go to Enfold > Import/Export panel. Click the Export Theme Settings File button to export the theme settings. Switch on another language then go to the same Enfold panel and upload the theme settings on the Import Theme Settings File option. Do this for the remaining languages.

    Regards,
    Ismael

    in reply to: Alignment of entries in “Most Recent Entries“ #282873

    Hi!

    Thank you for the update.

    You can decrease the grid-content padding:

    .grid-content {
    padding: 10px;
    }

    Regards,
    Ismael

    in reply to: Partner/Logo Element Issue #282870

    Hi!

    Thank you for the update.

    Glad the email work. Regarding the logo/partner element, actually, I can’t see the border on top of the section. I just assume that it is the color section’s top border. If you don’t mind, please provide a screenshot.

    Regards,
    Ismael

    Hi!

    Thank you for the info.

    Please check the browser compatibility of Enfold. We don’t or we can’t provide support for stock browsers. Please install Chrome or Firefox. http://goo.gl/93BMQg

    Cheers!
    Ismael

    in reply to: Sticky Header on standard android 4.3. browser #282866

    Hi!

    Regretfully, we don’t have all kinds of tablet models on hand. Like Devin said, manufacturers often bundle their own sub par browser with the device. You need to install major browsers like Chrome or Firefox. Please check the browser compatibility info of Enfold, , we can’t provide support for stock browsers.

    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?WT.ac=search_item&WT.oss_phrase=enfold&WT.oss_rank=1&WT.z_author=Kriesi

    Best regards,
    Ismael

    Hey curmi01!

    Thank you for using the theme!

    Please use this on Quick CSS or custom.css to remove the gallery item border:

    #top div .avia-gallery img {
    padding: 2px;
    border: none;
    }

    Regards,
    Ismael

    Hey!

    Thank you for the update.

    You can use this to modify the dots:

    .avia-slideshow-dots a {
    height: 18px;
    width: 18px;
    border-radius: 18px;
    text-indent: 100px;
    overflow: hidden;
    margin: 0 1px;
    padding: 7px;
    position: relative;
    }

    Best regards,
    Ismael

    Hey!

    Thank you for the update.

    You can use this:

    .js_active .active_tab_content, .toggle_content {
    border: none;
    }

    Best regards,
    Ismael

    Hey!

    Thank you for the update.

    The slider is called the Kenburns Slider. The effect is built in with the Revolution Slider plugin. You can buy it on codecanyon. http://themepunch.com/revolution/ken-burns-slider

    Best regards,
    Ismael

    in reply to: Disable Wrapping in Color Section #282859

    Hey!

    Thank you for the update.

    You can create two color sections with the same content. Make the icons and text on the second color section a little bit smaller. Use media queries to hide the second color section and show the the first color section on desktop view and vice versa. First, duplicate the current color section then edit it. Look for the For Developers: Section ID field, call it icon-menu-one for example. After that, edit the second color section, make the text and icons smaller, call it icon-menu-two. Add this on Quick CSS or custom.css:

    @media only screen and (min-width: 990px) {
      #icon-menu-one {
      display: block;
     }
    
     #icon-menu-two {
      display: none;
     }
    }
    
    @media only screen and (max-width: 989px) {
     #icon-menu-two {
      display: block;
     }
    
     #icon-menu-one {
      display: none;
     }
    }

    Regards,
    Ismael

    in reply to: change headline size for blog items? #282857

    Hey lbdesign!

    Thank you for visiting the support forum!

    You can change the post title with this on Quick CSS or custom.css:

    .entry-content-wrapper .post-title {
    font-size: 50px;
    line-height: 1.3em;
    }

    Regards,
    Ismael

    in reply to: A Video instead of a Slider banner? #282851

    Hi curmi01!

    Thank you for using the theme!

    1.) Yes, added content means added loading times specially when you set the video to autoplay.

    2.) If you’re adding the video on a slider, look for the Video Size settings where you can select the video’s aspect ratios and dimension.

    Regards,
    Ismael

    Hi!

    Unfortunately, no, there is no shortcode for the portfolio items’ preview text. You might need to create portfolio items specifically for the layer slider in order to have more control over the content.

    Cheers!
    Ismael

    in reply to: How Do I Add A Calendar In Page With Other Content #282848

    Hey VictoriousC!

    Thank you for visiting the support forum!

    I’m not really sure if I understand you clearly but you can try this plugin to create calendared events: http://tri.be/shop/wordpress-events-calendar/

    Best regards,
    Ismael

    in reply to: Problem with URLs in Chrome/Firefox #282847

    Hey!

    Thank you for using the theme!

    I checked the website using Chrome Windows 8 and I’m having any trouble with the pdf downloads. Did you fix this somehow?

    Best regards,
    Ismael

    Hey jcummings68!

    Thank you for using the theme!

    Please post the website URL so that we can inspect it. Make sure that you’re running the latest version of the theme. If you have time, please do the fix provided on this link: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Cheers!
    Ismael

    in reply to: Widen Drop Down Menu with Quick CSS #282844

    Hey!

    Glad you’re liking the theme! Please post the login details here and set it as a private reply. We would to check it. On the page http://www.wsflats.com/floorplans/, I don’t see any drop down menus. Please provide a screenshot if possible.

    Regards,
    Ismael

    in reply to: Child Theme After-the-fact #282843

    Hi!

    The documentation (http://kriesi.at/documentation/enfold/using-a-child-theme/) needs an update. I’ll ask Devin to update the topic to avoid confusion. Please do as Gunter suggested.

    Cheers!
    Ismael

    in reply to: “Caption” styling?? #282841

    Hi!

    Thank you for visiting the support forum!

    I’m sorry but that’s all the available options for the sliders right now. If you want to request for more added features, you can visit the Feature Requests page. Anyway, if you can provide us with a screenshot of what you want to accomplish with the slider captions, we might be able to help.

    Cheers!
    Ismael

    Hi dsmcpherson!

    Thank you for using the theme!

    Once you place the image inside a column, it will inherit the size of the container or the column size. Before you insert an image using the Image element, make sure that you have selected the correct thumbnail size under the ATTACHMENT DISPLAY SETTINGS. Choose the full thumbnail size.

    Regards,
    Ismael

    in reply to: Error Message With Enfold Theme and WooCommerce #282837

    Hey!

    Glad it is working now. If you have any questions, let us know. :)

    Cheers!
    Ismael

    in reply to: Image Overlay Hover screws stuff up?? #282836

    Hey nobody!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    .ssba div a {
    float: left;
    }

    Regards,
    Ismael

    in reply to: Issue with posts displayed in category pages #282348

    Hey!

    Thank you for the update.

    Please post the login details here and set it as a private reply. We’ll edit the code for you.

    Regards,
    Ismael

    Hey!

    Alright. Please use this instead if you don’t mind moving the content 1px towards the right on mozilla firefox:

    .avia-mozilla .container .nine.units {
        width: 670px;
        margin-left: 1px;
    }

    Best regards,
    Ismael

    in reply to: Assigning a different style to a single page #282344

    Hi nuanda74!

    Thank you for using the theme!

    Unfortunately, you can’t set a predefined color scheme on different pages but you can modify specific pages using the Enfold > General Styling > Quick CSS field or use the wp-content/themes/enfold/css/custom.css file. Firebug or any other browser code inspector will come in handy when making these changes. Also, try to play around with the advance layout builder and the avia elements especially the color section if you want different color schemes for different pages.

    In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

Viewing 30 posts - 57,601 through 57,630 (of 67,197 total)