Forum Replies Created

Viewing 30 posts - 47,851 through 47,880 (of 67,570 total)
  • Author
    Posts
  • Hi!

    Thank you for the screenshot.

    I checked the screenshot and the link but I don’t see any connection between the two. What is the actual url of the category in the screenshot?

    Regards,
    Ismael

    in reply to: Language meta tags #480621

    Hey brian7454!

    Thank you for using Enfold.

    There is an available filter for the language_attributes function: https://developer.wordpress.org/reference/functions/language_attributes/

    Maybe, you can create a new filter in the functions.php file. Something like this:

    add_filter('language_attributes', 'language_attributes_mod', 10, 1);
    function language_attributes_mod($output) {
    	// Changes here..
    	 return $output;
    }

    Regards,
    Ismael

    in reply to: Empty strong tag #480613

    Hey Daniel!

    Thank you for using Enfold.

    If possible, please create a single thread for each question. It will be much easier for us to focus on your inquiries.

    1.) Please follow the solution provided here: https://kriesi.at/support/topic/logo-in-h1-tag-syntax/#post-403733

    2.) Try to add this to the Quick CSS field:

    #header .twelve.units {
        width: 1200px !important;
    }

    3.) Use this css code:

    #top #payment .terms {
        text-align: left;
    position: relative;
    }
    
    #top #payment .terms label[for="terms"] {
        margin-left: 10px;
    }
    
    #top #payment .terms #terms {
        position: absolute;
        left: 10px;
        top: 5px;
    }

    Cheers!
    Ismael

    in reply to: Black and White Portfolio Grid #480607

    Hi georgesociel!

    Thank you for using Enfold.

    You can add this in the Quick CSS field:

    .grid-image img {
        width: 100%;
        display: block;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
    }
    
    .grid-image:hover img {    filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
        filter: none; }
    .image-overlay { display: none !important; }
    

    Regards,
    Ismael

    in reply to: No widgets with Google Maps #480076

    Hi!

    Rikard is correct, the sidebar is being pushed down by the google map widget section. Try to disable the sidebar on the page then use the Widget Area element instead. Use columns to separate the content and the widget area.

    Regards,
    Ismael

    in reply to: Various problems with mobile responsiveness #480073

    Hi!

    You can replace the code with this to exclude desktop view from being affected:

    @media only screen and (min-width: 989px) {
    .av-inner-masonry-content-pos {
    font-size: 6px;
    }}

    Best regards,
    Ismael

    in reply to: Full Width Easy Slider Video #480072

    Hi!

    You can try this:

    .av-video-slide {
      width: 55% !important;
      height: 55% !important;
      left: 20% !important;
      top: 20% !important;
    }

    The top property will center align the video vertically.

    Best regards,
    Ismael

    in reply to: Mobile Menu Hover #480069

    Hi!

    Did you place the code inside a media query? This is how it looks when I checked it:

    @media only screen and (max-width: 989px) {
    #mobile-advanced li:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a {
      background-color: #018db0 !important;
      color: #ffffff !important;
    }}

    Please try to add the code above the Quick CSS field or check if there are missing brackets in the css media query declarations.

    And do you have an iPhone 6 with retina display?

    Best regards,
    Ismael

    Hi!

    Please go to the Enfold (EN) > Sidebar Settings panel then disable the Page Sidebar navigation option.

    Best regards,
    Ismael

    in reply to: Mega menu hover positioning #480061

    Hey!

    Alright. Did you remove the entire code in the style.css file? I tried to look for it but it’s not there. Please add this in the Quick CSS field:

    #top #wrap_all .av-main-nav ul > li:hover > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
      line-height: 23px !important;
    }

    Cheers!
    Ismael

    in reply to: Easy Slider responsive height scale images #480058

    Hi!

    I’m sorry but I don’t see a SHOP COLLECTION link or button anywhere on the page. The slider is responsive when I checked it so I’m really not sure what you’re trying to do here. It behaves pretty much the same as the slider on this site: http://www.chanel.com/en_GB/

    Can you please provide a screenshot of the issue?

    Best regards,
    Ismael

    in reply to: Tables not displaying properly in responsive mode #480056

    Hi!

    You have this code which breaks the responsiveness of the table:

    .pricing-table > li:nth-child(8) {
      height: 860px !important;
    }

    Try to use max or min height property.

    Regards,
    Ismael

    in reply to: Full width submenu with transparent header #480055

    Hey!

    Use this:

    .postid-92 .av-subnav-menu > li {
      padding: 2px 0 !important;
    }

    Cheers!
    Ismael

    in reply to: Magazine #480054

    Hey!

    We are very sorry for the delay. I tried to login to the site but the credentials above are not working. Where did you add the codes? On which lines?

    Best regards,
    Ismael

    Hi!

    Did you install the WP Rocket plugin? Please try to disable it then test the page again.

    Best regards,
    Ismael

    in reply to: Unable to format text #480050

    Hi!

    Is the html codes inside the input fields working when you switch to a default theme?

    Best regards,
    Ismael

    Hey!

    A tab element inside another tab is not working but an accordion inside a tab content is. We created a test page here: http://martinbook.com/artboxc/test/

    Please
    Cheers!
    Ismael

    in reply to: Submenu style & spacing #480046

    Hey!

    I spent more than 10 mins trying to figure out what’s wrong with the mega menu styling but I can’t find it. The menu item width, paddings and margins are the same. I’ll look at it again and I’ll ask the rest of the support team to check it.

    Cheers!
    Ismael

    in reply to: Separator Whitespace Problem… #480043

    Hey Jörg!

    Thank you for using Enfold.

    If you add a color section then add another element outside of it, the theme automatically creates a new section to wrap the element outside the color section. What happens when you place the separator element inside the color section?

    Regards,
    Ismael

    in reply to: issues with onepage-anchor menu #480042

    Hey!

    Switch to the left or sidebar menu then add this in the Quick CSS field to adjust the current menu item highlight:

    #top #header .av-main-nav > .current-menu-item > a .avia-menu-text, #top #header .av-main-nav > .current-menu-item > a .avia-menu-subtext {
      color: orange;
    }

    Cheers!
    Ismael

    in reply to: Image blog post out of container #480040

    Hi!

    Use this plugin to adjust the dimension of the “entry_with_sidebar” thumbnail. https://wordpress.org/plugins/simple-image-sizes/

    Install the plugin then go to the Settings > Media panel. Look for the thumbnail, adjust the size then regenerate the images.

    Regards,
    Ismael

    in reply to: latest News Widget With Link in the Excerpt #480038

    Hey!

    You can set the post format to “Link” then add the url of the site where you want the post to go when clicked. https://codex.wordpress.org/Post_Formats

    Best regards,
    Ismael

    in reply to: Masonry galley not working with WPML #480036

    Hi!

    We configured the language and permalink settings and it’s working now. I hope you don’t mind the url or permalink structure:

    http://tigmotorsport.wpengine.com/he/delivery/ (hosted on WPengine)
    http://tigmotorsport.wpengine.com/he/delivery/page/2/

    It is more SEO friendly.

    Best regards,
    Ismael

    in reply to: menu bar #480033

    Hey!

    I was able to go to the wp login but the credentials that you provided above are not working. Did you remove it? Please check it carefully.

    Regards,
    Ismael

    in reply to: image caption doesn't resize in iPad #480032

    Hey Mario!

    Thank you for using Enfold.

    If you don’t mind, please create a single thread for each question. Anyway, I want to check the site but it is currently on maintenance mode.

    Regards,
    Ismael

    in reply to: menu bar, main navigation #480031

    Hey Michel!

    Thank you for using Enfold.

    We don’t mind answering multiple questions but if you can open a single thread for each of theme, that would be great.

    1.) Where did you apply the transparent background of menu bar? What selector did you use?

    2.) You can remove the blue line with this:

    .avia-menu-fx {
      display: none !important;
    }

    3.) Please check the Slider Settings > Slideshow > Other settings. Make sure that the shuffle mode is disabled.

    4.) The default contact form doesn’t have that feature by default so you’ll have to find a plugin or a custom script for that. I’m not sure if CF 7 can do that.

    Regards,
    Ismael

    in reply to: Background Image and mobile RESIZE #480024

    Hey!

    Yeah.. It sure is. Please try this:

    @media only screen and (max-width: 1200px) {
    #smallgap .av-parallax {
      display: none !important;
    }}

    Please check the css modifications, make sure that there are no missing brackets in the css media queries. Don’t forget to remove browser and plugin cache.

    Regards,
    Ismael

    Hey!

    But Enfold-Child is intended only for the home page. How can I get enfold-child2 displayed, under Network Management / Dashboard / Themes?

    You can’t set two child themes on the same installation. Is that what you’re trying to do here?

    Best regards,
    Ismael

    in reply to: Background Image and mobile RESIZE #479475

    Hi!

    I think it’s because of the retina display. Please try to add this css code:

    @media 
    (-webkit-min-device-pixel-ratio: 2), 
    (min-resolution: 192dpi) {
    .av-parallax.avia-full-stretch.enabled-parallax.active-parallax {
    background: none !important;
    }}

    If it doesn’t work, replace the media query with this:

    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx) { 
      
      /* Retina-specific stuff here */
    
    }

    Regards,
    Ismael

    in reply to: TOC+ vs Social Buttons #479472

    Hey!

    I tried to login again to the site but the login credentials above are not working. Also, I checked the pages and the TOCs are showing up on both pages:

    http://www.leb-dich-fit.de/the-miracle-morning-von-hal-elrod-erfahrungen/
    http://www.leb-dich-fit.de/bulletproof-coffee/

    Unfortunately, we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author for more info.

    Cheers!
    Ismael

Viewing 30 posts - 47,851 through 47,880 (of 67,570 total)