Forum Replies Created

Viewing 30 posts - 57,991 through 58,020 (of 67,597 total)
  • Author
    Posts
  • in reply to: Font Size #283391

    Hi WeAreDGTL!

    Thank you for using the theme!

    You can change the font size of the blog with this on Quick CSS or custom.css:

    .template-blog p {
    font-size: 16px;
    }

    Use this for the text block:

    .av_textblock_section p {
    font-size: 18px;
    }

    Regards,
    Ismael

    in reply to: Add rel="nofollow" on button links #2 #283389

    Hey!

    Thank you for the update.

    I checked the page and the button does have a rel=”nofollow” attribute applied to it. This is the button code:

    <div class="avia-button-wrap avia-button-left  avia-builder-el-2  el_after_av_one_third  el_before_av_hr  rel-nofollow">
    	<a href="http://www.viagogo.fr/psg/Billets-de-sport/Football/Ligue-1/Paris-Saint-Germain-Billets/E-667348?AffiliateID=1277&PCID=AFFFRIAFF1277REFART0F4EDEAE1E-10" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-small avia-position-left" target="_blank" rel="nofollow"><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Acheter billet PSG Bastia</span></a>
    </div>
    

    Regards,
    Ismael

    Hey smorrone!

    Thank you for visiting the support forum!

    Edit the separator or hr elements, add something like “blue-hr” on the custom css class field. Add this on Quick CSS or custom.css:

    .hr.blue-hr .hr-inner {
    border-color: blue;
    }
    
    .hr.blue-hr {
    margin-top: 0;
    height: 1px;
    }

    Regards,
    Ismael

    in reply to: Partner/Logo Element Issue #283386

    Hey!

    Glad you figured it out. If you still have questions, let us know. :)

    Cheers!
    Ismael

    in reply to: Word Wrap in Menu – or Have the menu on two lines #283385

    Hey ewingmh!

    Thank you for using the theme!

    You can wrapped the second word on the menu title around a span tag. Something like this:

    Fire<span class="menu-break">Division</span>
    

    Add this on Quick CSS or custom.css:

    span.menu-break {
    display: block;
    line-height: 0;
    bottom: 35px;
    position: relative;
    }

    Best regards,
    Ismael

    in reply to: server won't recognize child-theme #282916

    Hi!

    Thank you for the info.

    What is the folder name of the parent theme? Make sure that it is “enfold”.

    Best regards,
    Ismael

    in reply to: Partner/Logo Element Issue #282913

    Hi!

    Thank you for the info.

    I really can’t see the border my end. I’ll ask the rest of the support team to check it. Please try to remove the browser cache then reload the page a few times.

    Best regards,
    Ismael

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

    Hey!

    Thank you for the update.

    Alright. I thought you’re asking for additional options on the slider panel. Anyway, if you want to change the transparency, font size, font color etc. You can use this on Quick CSS or custom.css:

    Caption Title:

    .caption_framed .slideshow_caption .avia-caption-title {
    background: rgba(0,0,0,.8);
    font-size: 50px !important;
    color: blue;
    }
    

    Caption Text:

    .caption_framed .slideshow_caption .avia-caption-content {
    background: rgba(0,0,0,.8);
    font-size: 20px !important;
    color: red;
    }

    You can use imgur, dropbox etc. if you need to post a screenshot. Thank you.

    Best regards,
    Ismael

    Hi!

    Alright. We’ll wait for it. Make sure that you set it as a private reply.

    Regards,
    Ismael

    in reply to: Tabular Table Issues #282906

    Hi sdbroker!

    Thank you for using the theme.

    Please edit the table settings, set the Table Purpose to tabular data and the Responsive Styling to scrollable.

    Best regards,
    Ismael

    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

Viewing 30 posts - 57,991 through 58,020 (of 67,597 total)