Forum Replies Created

Viewing 30 posts - 49,561 through 49,590 (of 67,534 total)
  • Author
    Posts
  • Hey!

    Hmm.. Please post the link to the installation with the cyrillic custom widget area. We would like to check it. If possible, provide the login details as well. I’ll ask Kriesi to take a look.

    Best regards,
    Ismael

    in reply to: Tabs on mobile #441441

    Hey!

    Yes, but it’s not the code responsible for the scrollbar. Create a backup of the css modifications then remove all of it. Check if the scrollbar is still there. If not then you have to inspect the custom css codes. What is this code for?

    // CALL JQUERY EQUAL HEIGHTS SCRIPT
    // Enqueue scripts
    add_action( 'wp_enqueue_scripts', 'sk_enqueue_scripts' );
    function sk_enqueue_scripts() {
    
    	wp_enqueue_script( 'equalheights', get_bloginfo( 'stylesheet_directory' ) . '/js/jquery.equalheights.min.js', array( 'jquery' ), '', true );
    	wp_enqueue_script( 'equalheights-init',  get_stylesheet_directory_uri() . '/js/equalheights-init.js', array( 'equalheights' ), '1.0.0', true );
    
    }

    Please remove it temporarily then test the site again.

    Regards,
    Ismael

    Hey!

    @Rhyme: I would like to argue that the scroll target, not the section height, is the issue but it will get us nowhere so if you can give us any pointers regarding the script changes, that would be great. If you like to modify the section height script, you can find it on js > shortcodes.js, look for the Section Height Helper:

    This is the line of code responsible for the section height:

    css += ".av-minimum-height-100 .container, .avia-fullscreen-slider .avia-slideshow, #top.avia-blank .av-minimum-height-100 .container{height:"+wh100+"px;}\n";
    			css += ".av-minimum-height-75 .container	{height:"+wh75+"px;}\n";
    			css += ".av-minimum-height-50 .container {height:"+wh50+"px;}\n";
    			css += ".av-minimum-height-25 .container {height:"+wh25+"px;}\n";
    			css += ".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod+"px;}\n";

    Best regards,
    Ismael

    in reply to: Logo error on tablet (need help) #441426

    Hey hfuglaas!

    Thank you for using Enfold.

    Go to Enfold > Header > Mobile panel. Set the Header Mobile Menu activation setting to the second option.

    Best regards,
    Ismael

    in reply to: Blog content not showing up on mobile #441423

    Hey suburbanite!

    Thank you for using Enfold.

    This code hides the content:

    @media only screen and (max-width: 480px) {
    #main .container_wrap:first-of-type .container {
      display: none;
    }}

    Remove it.

    Best regards,
    Ismael

    in reply to: Remove margin below tab container element… #441422

    Hey bursell!

    Thank you for using Enfold.

    You can adjust the bottom padding with this:

    .content, .sidebar {
      padding-bottom: 20px;
    }

    Regards,
    Ismael

    in reply to: Audio Player as per the demo #441421

    Hey S4racen!

    Thank you for using Enfold.

    The screenshot is not working. It keeps on loading. Please use imgur instead. If you want to create an audio post, edit the post then set the post format to Audio.

    Best regards,
    Ismael

    in reply to: instructions #441419

    Hey!

    Thank you for using Enfold.

    Please take some time to review the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme. If it’s not enough, try to search for any related topic inside the support forum: https://kriesi.at/support/

    You can download the demo content on Enfold > Demo Import panel. Look for the photography demo.

    If you can’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you.

    Cheers!
    Ismael

    Hi!

    Follow these steps as suggested on the thread:

    If your import is failing try the following (this method resolved this issue for me):

    1) Download and Install 7zip.
    2) Right click on your .XML file -> 7zip -> Add to Archive
    3) Change the “Archive format” to gzip and hit “OK”
    4) Try to import the file again (using the .gz you just created) and it should work.

    I also had to bump up the following settings in my php.ini (these settings might be a bit excessive but my importer step 2 was going to a “page not found” front end error until I did this):

    memory_limit = 64M
    default_socket_timeout = 600
    pfpro.defaulttimeout = 600

    Cheers!
    Ismael

    in reply to: [Not Working] Easy Slider and Full Screen Slider #441417

    Hey!

    Thank you for using Enfold.

    Please try to regenerate the thumbnails then select the “Extra Large” thumbnail again. Use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    in reply to: adding nofollow to image links in advanced editor #441414

    Hey dethfire!

    Thank you for using Enfold.

    Where exactly do you want to apply the attribute? Please give us a link to the page with the image links. A screenshot will help.

    Regards,
    Ismael

    Hi!

    I think it’s because of the capital S. Try this:

    @media only screen and (max-width: 375px) {
    div#herospace {
      display: none !important;
    }}

    Best regards,
    Ismael

    in reply to: Advanced Menu Objects #441411

    Hi!

    Maybe, you’re looking for this: http://stackoverflow.com/questions/503093/how-can-i-make-a-redirect-page-using-jquery

    // similar behavior as an HTTP redirect
    window.location.replace("http://stackoverflow.com");
    
    // similar behavior as clicking on a link
    window.location.href = "http://stackoverflow.com";
    

    As suggested above, add another link in the Navigation label, enclosed in a span tag with a unique id or class attribute or something like that.

    Regards,
    Ismael

    Hey theonlykieran!

    Thank you for using Enfold.

    It takes time before facebook clear the cache. Please wait for a few hours or test it again tomorrow.

    Cheers!
    Ismael

    in reply to: Remove Background Image from Mobile Header #441409

    Hey labla!

    Thank you for using Enfold.

    You can add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .header_color .header_bg {
    background-image: none !important;
    }}

    Best regards,
    Ismael

    in reply to: Change Icon Line Height #441408

    Hey!

    Please provide a screenshot of the header layout that you want. Try to change the position property to absolute:

    .phone-info {
      position: absolute;
      right: 50px;
      top: 5px;
    }

    Regards,
    Ismael

    in reply to: Responsive Issues… #441407

    Hi!

    The menu structure doesn’t look right. Did you add any modifications in the theme files?

    Regards,
    Ismael

    in reply to: Change color and thickness of submenu #441405

    Hey jordivicen!

    Thank you for using Enfold.

    Use this to change the border:

    .header_color .main_menu ul ul {
      border-top: 5px solid red !important;
    }

    Regards,
    Ismael

    Hi!

    I checked the site on safari and the progress bar looks OK. The progress bar title location will change on mobile devices.


    @kpundyk
    : Please upgrade the theme to version 3.1.5.

    Best regards,
    Ismael

    in reply to: Enfold Main Menu Does Not Link #441403

    Hi igoogleyes!

    Thank you for using Enfold.

    I’m not sure if you have the latest version, 3.1.5. If not, please update the theme. Post the login details so that we can check it.

    Cheers!
    Ismael

    in reply to: Masonry preview images too large #441389

    Hi Desire!

    Thank you for using Enfold.

    You can decrease the thumbnail size but it will, somehow, reduce the image quality. Look for this code in functions.php:

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    

    Adjust the width and height then regenerate the thumbnails. https://wordpress.org/plugins/regenerate-thumbnails/

    Use this plugin to optimize the images: https://wordpress.org/plugins/wp-smushit/

    Best regards,
    Ismael

    in reply to: Sub menu Item spacing…need to decrease line space #441383

    Hey!

    Adjust the bullet with this:

    .avia_mega_div .avia-bullet {
      margin-top: 6px;
    }

    Regards,
    Ismael

    Hey RavanH!

    Thank you for using Enfold.

    So.. you already fixed the issue? The .html_header_sidebar #header .container float property is set to none by default.

    Cheers!
    Ismael

    in reply to: Problem with No-JavaScript #441369

    Hey!

    It will require a lot of custom css modifications to clean the elements for browsers with javascript turned off. For example, to display the tabs properly, you can add this in a code block element. Place it above the tab element:

    <noscript>
    <style>
    .tab_inner_content { left: 0; }
    </style>
    </noscript>

    Since you don’t need to open or close the toggles, you can remove the toggle icon:

    
    <noscript>
    <style>
    span.toggle_icon { display: none; }
    </style>
    </noscript>
    

    A lot of elements in the theme is not going to work if javascript is disabled. Unfortunately, we can’t help you with each and every one of them. If you really want to provide support for those users, less than 1% of internet users and declining according to browser stats, you will need to hire a freelance developer to configure the elements. Please contact codeable: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Full screen Slider Video Pause Issue #441360

    Hey cannan!

    Thank you for using Enfold.

    The whole slider container acts as the video control and inside this container is the caption. It’s not possible to separate the two unfortunately. You can create a custom play/pause button and disable the default controller. I’m sorry but we can’t help you with that here. Try to contact codeable: http://kriesi.at/contact/customization

    EDIT: Use the default slider button then apply the button shortcode style in the slider button.

    Best regards,
    Ismael

    in reply to: Advertising Area Widget #441357

    Hi!

    Use this to adjust the gap:

    section#avia_partner_widget-5 {
      margin-top: 1%;
    }

    Regards,
    Ismael

    in reply to: Unable to upload image from media uploader #441356

    Hey!

    The settings looks OK. Try to completely delete the enfold theme then override it with a new one. If possible, override the WordPress installation as well.

    Best regards,
    Ismael

    in reply to: Menu is stuck on Mobile devices #441354

    Hi!

    Thank you for using Enfold.

    The mobile menu fix is included on version 3.1.5. Please update the theme. Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Original icons! #441353

    Hi Mattias!

    Thank you for using Enfold.

    First, turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the icon, add a unique icon class attribute. Use “icon-fb” for the facebook icon for example. Add this in the Quick CSS field to change the color:

    .icon-fb a.av-icon-char [
    color: blue !important;
    }

    Regards,
    Ismael

    in reply to: Why So Spacious? #441350

    Hi!

    Thank you for using Enfold.

    “Why so spacious?”.. hehe. Good one.

    You can follow @aribann’s suggestion in order to decrease the content padding.

    Best regards,
    Ismael

Viewing 30 posts - 49,561 through 49,590 (of 67,534 total)