Forum Replies Created

Viewing 30 posts - 27,691 through 27,720 (of 67,565 total)
  • Author
    Posts
  • in reply to: Mobile Tabs #998297

    Hi,

    Thank you for the update.

    Use these css codes to make the columns stack on top of each other, just like it does on phone view.

    @media only screen and (max-width: 1024px) {
    .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab {
    width: 100%;
    max-width: 100%;
    border-left: none;
    border-right: 0;
    left: 0;
    top: 0;
    min-height: 0!important;
    }
    
    .responsive .top_tab .tab.fullsize-tab {
    margin-bottom: 0px;
    display: block;
    }
    
    .responsive .tabcontainer .tab_titles {
    display: none;
    }
    
    .responsive .tabcontainer {
    border-width: 1px;
    border-style: solid;
    border-top: none;
    overflow: hidden;
    }
    }

    Best regards,
    Ismael

    in reply to: Pixelated images on masonry? #998293

    Hey realisedesign,

    Thank you for using Enfold.

    The maximum dimension of the masonry thumbnail is set to 705x705px. You can adjust that in the Settings > Media panel after installing the Simple Image Sizes plugin.

    // https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    in reply to: Products not showing up in product grid #998283

    Hi,

    The product grid’s “WooCommerce Hidden Products visibility” is set to “Show hidden products only”. You have to set it to “Show all products” if you don’t have any hidden products in your catalog.

    Best regards,
    Ismael

    in reply to: cant change font size in headline rotator #998278

    Hey davidperl,

    Thank you for using Enfold.

    I don’t see any style issues with the rotator but you can use this css code to adjust its font size.

    #top .av-rotator-container-inner {
        line-height: 1.2em;
        font-size: 60px;
    }

    Default font-size value is 80px.

    Best regards,
    Ismael

    in reply to: THE BLOC TEXT Can't be edit… #998275

    Hey EALB,

    Thank you for using Enfold.

    Yes, it seems to be an issue with the TinyMCE script. It doesn’t occur when the plugins are deactivated. Please activate the plugins one at a time to find the conflict.

    Best regards,
    Ismael

    in reply to: Custom Post Type showing up in Magazine Element #998261

    Hey TeachBeyond,

    Thank you for using Enfold.

    Did you assign a custom taxonomy for the custom post type? Make sure that the CPT is not using the post category taxonomy.

    Best regards,
    Ismael

    in reply to: How to make header sticky for mobile #998260

    Hey calnettech2,

    Thank you for using Enfold.

    You can try this css code but it’s not recommended because you will have to adjust lots of styles on mobile view. And a fixed header is quite unnecessary on mobile view because users can simply go back to the top of the page on tap.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed;
        top: 0;
    }
    }

    Best regards,
    Ismael

    in reply to: Categories as filters #998259

    Hey Terve,

    Thank you for using Enfold.

    The theme doesn’t have that option by default, unfortunately. You may need to install a plugin or find a third party script. I found this plugin but I’m not sure if it’s compatible with the theme.

    // https://wordpress.org/plugins/advanced-sidebar-menu/

    Best regards,
    Ismael

    in reply to: Theme Won't Update #998255

    Hey Jason,

    Great! Glad that you figured out. :)
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    Hey vdlpwp,

    Thank you for using Enfold.

    We have a shortcode called [vdlp_sc_page_content] which gets the content of a given page.

    Have you tried the builder’s Page Content element? I think it’s the same as your shortcode.

    Best regards,
    Ismael

    in reply to: Images slider with text under the slider #998253

    Hey newki75,

    Thank you for using Enfold.

    You can use the Image element separated by columns and the Text Block for the title and caption.

    Best regards,
    Ismael

    in reply to: Google Maps API ExpiredkeyMapError #998252

    Hey troojantech,

    Thank you for using Enfold.

    Did you add a filter or hook in the functions.php file? Please provide the login details in the private field so that we can check the settings.

    Best regards,
    Ismael

    Hey holgerlietz,

    Thank you for using Enfold.

    You have to wrap those css codes inside a css media query, so that they will only be applied to a specific device or screen size.

    // https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Best regards,
    Ismael

    in reply to: Automatic update from #998249

    Hey altei,

    Thank you for using Enfold.

    The console says that you’ve exceeded your request quota for that particular API. Are you using that key on a lot of projects?

    Geocoding Service: You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account: http://g.co/dev/maps-no-account  For more information on usage limits and the Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/usage
    
    You have exceeded your request quota for this API. See https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors
    

    Best regards,
    Ismael

    in reply to: Header color in paragraphs #998248

    Hey SandraSquires,

    Thank you for using Enfold.

    The links above are preview/draft so we need authentication to access it. Please provide the login details in the private field.
    Have you tried to change the style of the H4 element in the Enfold > Advanced Styling panel?

    Best regards,
    Ismael

    in reply to: Site Issues After We Moved It #998246

    Hey So Evolve,

    Thank you for using Enfold.

    Is this the only page that returns a 403 error? Have you tried to reset the .htaccess file to default?

    Best regards,
    Ismael

    in reply to: Sidebars at bottom of page after update #998244

    Hi,

    Thanks for the update.

    The sidebar displayed properly once I reset the page’ Layout > Sidebar Settings. I guess a plugin altered the “layout” meta info and sidebar option reset brought back the correct value, which is “sidebar_right”. (see private field)

    Best regards,
    Ismael

    in reply to: white screen of death after move to new hosting account #998242

    Hi,

    Glad that the site is up again! :)
    I would like to access it but the login credentials are not working. Please check it carefully.
    Did you check the Appearance > Menus panel? Make sure that your main menu is set as Enfold Child Main Menu under the Theme Locations section.
    Again, you may need to reconfigure some of the Enfold and WordPress options because a lot has changed since 3.2.3.

    Best regards,
    Ismael

    in reply to: How to decrease logo size? #998240

    Hi,

    Thanks for the update. Please provide the login details in the private fields so that we can test it.

    Best regards,
    Ismael

    Hi,

    You’re welcome! Glad we could help. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    in reply to: Expanding Content Hidden in Tab Views #998237

    Hi,

    This can be done in the child theme but you have to copy the whole portfolio folder inside a folder called “shortcodes” and then adjust the path of the portfolio assets (js/css).

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb

    Add that filter in the functions.php file and then edit the portfolio.php file, look for this code around line 31:

    function extra_assets()
    			{
    				//start sessions - only necessary for correct breadcrumb nav on single portfolio pages
    				if(!is_admin() && !current_theme_supports('avia_no_session_support') && !session_id()) session_start();
    
    				//load css
    				wp_enqueue_style( 'avia-module-portfolio' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/portfolio/portfolio.css' , array('avia-layout'), false );
    
    				//load js
    				wp_enqueue_script( 'avia-module-isotope' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/portfolio/isotope.js' , array('avia-shortcodes'), false , TRUE);
    				wp_enqueue_script( 'avia-module-portfolio' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/portfolio/portfolio.js' , array('avia-shortcodes'), false , TRUE);
    			}
    

    Replace it with:

    function extra_assets()
    			{
    				//start sessions - only necessary for correct breadcrumb nav on single portfolio pages
    				if(!is_admin() && !current_theme_supports('avia_no_session_support') && !session_id()) session_start();
    				$child_theme_url 	= get_stylesheet_directory_uri();
    				//load css
    				wp_enqueue_style( 'avia-module-portfolio' ,  $child_theme_url.'/shortcodes/portfolio/portfolio.css' , array('avia-layout'), false );
    
    				//load js
    				wp_enqueue_script( 'avia-module-isotope' ,  $child_theme_url.'/shortcodes/portfolio/isotope.js' , array('avia-shortcodes'), false , TRUE);
    				wp_enqueue_script( 'avia-module-portfolio' ,  $child_theme_url.'/shortcodes/portfolio/portfolio.js' , array('avia-shortcodes'), false , TRUE);
    			}
    

    Best regards,
    Ismael

    in reply to: Toolbar missing from Visual Text Editor #998235

    Hi,

    Thanks for the update.

    There’s a lot of errors in the console but I’m not sure what causes it. Please add this code in the wp-config.php file so that we can isolate the script that is causing the issue.

    define('CONCATENATE_SCRIPTS', false );
    

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    1.) Use this css code to pull the logo towards the left of the header.

    @media only screen and (max-width: 989px) {
        .responsive .logo img {
            left: -60px;
            right: auto;
        }
    
        .responsive .logo {
            margin-top: 13px;
        }
    }

    2.) How did you add the language switcher?

    3.) The burger menu is not visible on tablet screens. You have to adjust the max-width value of the above css media query from 767px to 989px.

    Best regards,
    Ismael3

    in reply to: Custom CSS for a text block #998231

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Google maps API – billing #998230

    Hi,

    Thanks for the update.

    The theme doesn’t cache or store the API key in the database. If it does, it’s going to be saved as a transient data. However, I found a map filter in your functions.php file that is using the old API key so I disabled it. The map displays properly now.

    function ava_googlemaps_apikey() {
    	$prefix  = is_ssl() ? "https" : "http";
            wp_deregister_script('avia-google-maps-api');
    	wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=OLD API KEY HERE', array('jquery'), '3', true);
    	wp_enqueue_script('avia-google-maps-api');
    }
    add_action('init', 'ava_googlemaps_apikey');
    

    Best regards,
    Ismael

    in reply to: Vooplayer and 'Z'-index #998227

    Hi,

    Thank you for the update.

    1.) The iframe container and the actual video have the same width (771px), so I’m not really sure where the black border is coming from. What’s the aspect ratio of the video? Please contact the plugin or script authors for additional help.

    2.) Add this css code to move the “video” section higher up the stack.

    #video {
        position: relative;
        z-index: 1000;
    }

    Best regards,
    Ismael

    in reply to: Fullscreen Slider Fixed Position doesn't work in mobile #998225

    Hey!

    I guess I’ll keep rooting for browser updates.

    Yes, that’s all we can do for now. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    in reply to: Demo Upload Issues #998224

    Hi,

    Thanks for the update.

    1.) Yes, that’s possible. This thread might help:

    // https://kriesi.at/support/topic/contact-form-popup-3/#post-992715

    2.) You can use the theme’s Iconfont Manager inside the Export/Import panel.

    Best regards,
    Ismael

    in reply to: How to decrease logo size? #997935

    Hi,

    Thanks for the update. Try to use this css code to adjust the logo’s dimension on IE.

    /*media all*/
    .logo img {
        width: 198px;
        height: auto !important;
    }
    
    .header-scrolled .logo img {
        width: 99px;
    }

    `

    Best regards,
    Ismael

    in reply to: I couldn\'t get the email from contact form. #997932

    Hi,

    I did what you asked me and also lowered security level for gmail.

    Lowering the security won’t do anything. Google won’t accept mails from any unauthenticated source. You have to setup a SMTP.

    Best regards,
    Ismael

Viewing 30 posts - 27,691 through 27,720 (of 67,565 total)