Forum Replies Created

Viewing 30 posts - 61 through 90 (of 10,428 total)
  • Author
    Posts
  • in reply to: Font color change in footer copyright #1159757

    Hi,

    Please enable custom CSS class name support from Enfold theme options > Layout Builder
    Add a custom CSS class name “my-custom-button” to the button element.

    Use the code provided in the below link

    Let us know if you have any questions :)

    Best regards,
    Vinay

    in reply to: Font styling and more #1159607

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
        text-align: center;    
        font-size: 1em;
        background: #ececec;
    }
    
    
    
    

    You can further custom control the elements by adding custom CSS class name, To enable please go to Enfold theme options > Layout Builder and check “Show element options for developers” for more information please check our documentation.

    Best regards,
    Vinay

    in reply to: Header Widget Styling & Background Image Position #1159605

    Hey!

    I have adjusted the address as per your request. If you like to make further changes please feel free to play with the widget text in Appearance > Widget > Header

    You can control the widget width by adjusting the max-width property in Appearance > Editor > Child theme > styles.css

    #top #header .widget {	
    		max-width: 350px;
    }

    Regards,
    Vinay

    in reply to: Mobile view – not ok #1159603

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    @media only screen and (max-width: 767px)  {
    .responsive #top.home #wrap_all .av-flex-cells .no_margin .flex_cell_inner {
        padding-top: 0 !important;
    }}
    
    
    

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    Hey Jen_22,

    Thank you for contacting us and sorry for the delay.

    To position the post meta elements please refer to the below link

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    If you still do not see the changes please post a link to your site.

    Best regards,
    Vinay

    Hi,

    Thank you for sharing the details and sorry for the delay.

    As you may already know that web-safe fonts are common to all computer but sometimes depending on the version of your device some fonts may not be installed on your system and it defaults to a backup font. In your case, “Copperplate” is a web-safe font and it may not be installed on your system so the browser defaults to the backup font which is “Helvetica”.

    For testing purpose, I changed the h1 font style to “Raleway” which is a Google font and it works correctly :)

    Please feel free to change to any Google font that suits your design. Once you have finished making the changes go ahead and enable “merging and compression” for CSS and JS files from Enfold > Performance.

    Best regards,
    Vinay

    in reply to: Mobile header styles no transparent #1159025

    Hey ckwellington,

    Thank you for contacting us.

    To create a transparent header on a mobile device please refer to the below documentation

    Best regards,
    Vinay

    in reply to: Enfold Mega Menu not starting rows #1159023

    Hey entrepreneurgirl,

    Thank you for sharing the details and sorry for the late reply.

    I have checked your site and everything works as intended. I have also created a mega menu for the testing purpose called “Products”.

    Please check your site and let us know if you have any questions :)

    For further info about using the mega-menu options please refer to the documentation

    Best regards,
    Vinay

    Hi,

    We would like to apologize for the delay and thank you for sharing the details.

    I suspect an incorrect HTML tag to be the reason for this issue.

    I have created a private test page (Please find the link in private content area) and checked for the same issue and it works fine. I can edit the page without any issue. Please feel free to edit this newly created test page :)

    I assure you there is no bug in the theme. This is caused because of an incorrect HTML tag inserted in one of the text areas. You can simply re-create the page or try to find out which tag is not properly closed and that should fix the issue for you :)

    Best regards,
    Vinay

    in reply to: Header Widget Styling & Background Image Position #1158856

    Hey!

    Sorry for the late reply, I have changed the structure of the widget text a bit so we can target it using CSS and add the below CSS to your child theme style sheet which can be accessed from Appearance > Editor > Child theme > Styles.css

    There is not enough space on the tablet device to add the address and it will overlap the logo. Please take a look at the site and let us know if you have any questions.

    /* Logo and widget */
    
    	#top #header .widget .wp-img {
    		margin: 0 10px 0 0;
    	}
    	#top #header .widget .widget-title {		
    		font-size: 3em;
    		font-weight: bolder;
    	}
    	#top #header .widget h2 {
    		margin-top: -10px;
    		line-height: 1.5em;
    	}
    	#top #header .widget {	
    		position: absolute;
    		max-width: 300px;
    		right: 0;
    		text-align: right;		
    		transform: scale(.75);
    	}
    	#top #header .logo {
    		display: flex;        
    		width: 65%;
    		padding-right: 20px;	
    	}
    	#top .logo a,
    	#top .logo a img {
    		align-items: center;
            justify-content: start;		
    	}

    Best regards,
    Vinay

    in reply to: Page builder's min-height seems to be causing problems #1156204

    Hey FeedXL2019,

    Thank you for sharing the details.

    You have built a beautiful site :)

    I checked your site and noticed the min-height issue on small screens. This can be solved by adding the below CSS code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    @media (max-width: 767px) {
      #top #revolutionslider_1 {
        min-height: auto !important;
      }
    }
    
    
    

    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: Burger menu error #1156157

    Hi,

    Thank you for sharing the details.

    I checked your site and found a block of custom script “add social icons inside the mobile menu” added to functions.php file which can be accessed from Dashboard > Appearance > Theme Editor

    The custom script is not compatible with the latest version of the theme. For testing purpose, I disabled this script, as expected no errors were found in the browser console.

    Please remove the script from your functions.php file, clear the cache thoroughly and let us know if the site loads fine.

    Best regards,
    Vinay

    Hey dreisatz,

    Thank you for contacting us.

    I checked your site and tried to create a test page with shortcode options but it appears to be not working. A plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: Bug: Enfold causes wrong update markers #1154205

    Hi,

    Thank you for sharing the details and sorry for the delay.

    The “phantom” update notification(s) form bundled plugin cannot be disabled unless you deactivate the plugins.

    You can de-activate bundled plugins from Enfold theme options and install the plugins which you use from the WordPress plugin directory.

    Unfortunately, at the moment there is no other way to stop the update notification from the bundled plugins.

    Best regards,
    Vinay

    in reply to: menu and sub-menu color change #1153640

    Hi,

    Thank you for your question.

    I checked your site and the submenu already appears to be white.

    You might find the below link useful :)

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: menu and sub-menu color change #1153578

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    #header li.av-menu-button.av-menu-button-bordered a span {
    	border-width: 1px !important;
    }
    
    
    

    Best regards,
    Vinay

    in reply to: change mansory background color to white #1153572

    Hi,

    Thank you for sharing the screenshots.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    @media only screen and (max-width:767px) {
    #av_section_1 .av-share-box-list {
    	display: flex !important;
    	flex-direction:row;
    	flex-wrap:wrap;
    	justify-content: space-around;
    }
    #av_section_1 .av-share-box-list::before, .av-share-box-list::after {
      content: '';
      width: 100%;
      order: 1;
    }
    #av_section_1 .av-share-box-list li:nth-child(n + 4) {
      order: 1;
    }
    #av_section_1 .av-share-box-list li:nth-child(n + 7) {
      order: 2;
    }
    }
    
    

    Best regards,
    Vinay

    • This reply was modified 5 years, 1 month ago by Vinay.
    in reply to: Enfold Saving didn't work! #1153567

    Hi,

    Thank you for sharing the details.

    I checked your site and faced the same issue. A plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: columns with blog post crashe #1153565

    Hi,

    Thank you for sharing the details.

    The columns had extra padding set in the column element options which was causing the columns to skip the row. I have removed the padding and it works properly now.

    Please check the test page :)

    Best regards,
    Vinay

    in reply to: Enfold changing font #1153563

    Hi,

    Thank you for sharing the details.

    Please post sensitive data such as website credentials only in private content area. This is a public forum and anyone can view your post. I have moved your credentials to private content area so only mods can view it. I recommend that you update your website credentials immediately for security reasons.

    To control the width of the image or table please add them inside a column element.

    You can try 1/4, 1/2, 1/4 columns and add your table/image element inside the 1/2 column. I have set up an example for you on the /bestuur-commissies/ page. Please repeat the same for other tables.

    Let us know if you have more questions.

    Best regards,
    Vinay

    in reply to: Burger menu error #1150511

    Hi,

    Thank you for sharing the details. Let’s see if we disable the minification if the errors go away.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Check the site console and if possible please share a screenshot of the error.

    Please upload a screenshot/mockup to one of the below sites and share the link here so we can help you better :)

    https://snag.gy/
    https://ctrlv.cz/en/
    https://imgur.com

    Best regards,
    Vinay

    in reply to: Active Menu Item & hover #1150508

    Hi,

    Thank you for sharing the details.

    Please replace the above code with the code from the below link

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right-click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    in reply to: Header on Transparency #1148835

    Hey richardbeatty,

    Thank you for sharing the details.

    Please remove your code and try the below CSS

    
    /* Transparent header on mobile */
     @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, 
    .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}
    
    
    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
    }

    Please bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Header widget layout #1147734

    Hi,

    Thank you for sharing the details.

    I have checked your site and this happens only when you load the page the very first time correct?

    The browser will cache CSS files once it loads the page that’s why the flash of white is visible the first time.

    This usually happens when other files take time to load before the CSS please check the below links
    https://wordpress.stackexchange.com/questions/279627/how-to-load-all-plugins-css-after-child-theme-css

    Best regards,
    Vinay

    in reply to: These throwing 502 and 503 errors for multiple sites. #1147430

    Hey Mark,

    Thank you for contacting us.

    I checked your site and it loads fine without any error.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    in reply to: could not connect to google maps with this api key #1147426

    Hi,

    Glad this is fixed!

    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: enfold easy slider caption background colour #1147424

    Hi,

    The fb icon is blue in color on my end. Did you manage to fix this if not please clear the cached files in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    in reply to: Church theme title on mobile without space #1147422

    Hi,

    Thank you for sharing the details.

    We recommend updating to the latest version of the theme. In the latest version, this options is enabled by default. Please do backup any custom modifications before proceeding with the update.

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right-click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    in reply to: Cooke bar styling elements don't work since 4.6 #1147387

    Hi,

    Thank you for contacting us. Please refer to the docs https://kriesi.at/documentation/enfold/privacy-cookies/#how-to-style-the-message-bar

    You can change most of the styling from Advanced options. You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    If yous till have an issue please share the link to your site so we can inspect and help you better.

    Best regards,
    Vinay

    in reply to: Related posts view on mobile and tablet #1147383

    Hi,

    Glad this issue is sorted for you!

    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 30 posts - 61 through 90 (of 10,428 total)