Forum Replies Created

Viewing 30 posts - 2,131 through 2,160 (of 33,834 total)
  • Author
    Posts
  • in reply to: delete links to archive #1440993

    Hey rixi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main .av-magazine .av-magazine-cats a {
    	pointer-events: none;
    	text-decoration: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I tried to review your previous thread, and the page posted doesn’t seem to show the error: Kalender mit Ereignissem
    Kalender mit Ereignissen is the page H1 title.
    Enfold_Support_5588.jpeg
    It seems that the script solution is working correctly, is there a different page at you see the error on?

    Best regards,
    Mike

    in reply to: adjustments to the before/after image #1440948

    Hey fkm,
    Thanks for the screenshots and link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-image-diff-container {
        margin: 0;
        width: 100vw !important; 
      position: relative !important; 
      left: calc(-50vw + 50%) !important; 
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, please try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and disable any other caching plugins and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files
    Then clear your device cache, please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    If this doesn’t help please try adding this code to the end of your theme functions.php file in Appearance ▸ Editor:

    function custom_avf_post_css_create_file( $create ) {
    	return false;
    }
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    and clear your cache again.
    If this doesn’t correct please include admin login in the Private Content area so we can investigate.
    Also when you say that “Desktop environments” work fine, is that Mac or Windows, or both?

    Best regards,
    Mike

    in reply to: Upgrade from 4.8 6.3 #1440941

    Hi,
    Yes, you don’t need to change the name og the child theme, but it should only have style.css & functions.php, no folders.

    Best regards,
    Mike

    in reply to: SearchWP #1440856

    Hi,
    Thanks for the FTP access, but it opens a empty directory. Please ensure that the login has access to the root directory so we can access your functions.php file.

    Best regards,
    Mike

    in reply to: Social media icons on mobile menu #1440814

    Hi,
    Without FTP access, and you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    then add the code from the solution and it should work.
    If you can not add the plugin, and you don’t have FTP access or a child theme, then unfortunately you will not be able to make this customization.

    Best regards,
    Mike

    in reply to: Upgrade from 4.8 6.3 #1440813

    Hi,
    Thanks for the screenshots, I see that you have a child theme that has many customized them files in it like header.php, footer.php, etc, these will very likely cause errors when you update. Please remove these and save them on your computer. Your child theme should only have style.css & functions.php
    Once you have done this check that your site works correctly, without the customization, your functions.php may have functions that call your custom files and will need to be disabled for now.
    Then you can update as I posted above, the you will need to figure out what your header.php & footer.php customizations were, these should be done in your child theme functions.php instead. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating.
    Then you will need to compare your other custom files like archive.php to the current theme file to ensure it still matches, basically all of your custom files need to match the current version and include your customization. This looks like it will ne a big job on your site as it looks like you have many customized files.
    Perhaps you will want to create a staging site and update the staging site first so you will have time to work out all of the changes and your lave site will not be down for this time.
    If you didn’t make these customizations you may want to contact your developer for assistance, as they will know what code snipptes to look for.

    Best regards,
    Mike

    Hey webmonnik,
    Thanks for the link to your page, I see that you are using columns for the images and text, for mobile you can set the position of the column in the column advanced tab under Responsive ▸ Mobile Breakpoint Position:
    Enfold_Support_5586.jpeg
    Please try this.

    Best regards,
    Mike

    in reply to: Social media icons on mobile menu #1440684

    Hey divinecurio,
    Try following this solution.

    Best regards,
    Mike

    Hey Robert Sink,
    Thanks for your question, for products we recommend the WooCommerce plugin and it allows product variations.
    To add custom fields to the checkout there are a few different plugins that you can use, while I don’t recommend any specific one and have not tested all of them, I tried the free Checkout Field Editor for WooCommerce and it allowed me to add a test field to my demo site. So I imagine the others will also work for you, you can try them and see which one works best for you.
    Please note that we can’t ensure that all plugins will work with the theme, as there are tens of thousands of them, but typically I would expect that you will find a few that will work fine.

    Best regards,
    Mike

    in reply to: SearchWP #1440679

    Hi,
    Please include FTP access so we can try some different parameters.

    Best regards,
    Mike

    in reply to: Update WordPress and Enfold #1440626

    Hi,
    Downloading your site files will not be enough because you need to also backup your site database, this is where your site data, posts & pages, and your theme settings are stored.
    Most webhosts have a backup feature, check with your webhost how you can backup your site & database, and how to restore it if you need to.
    Once your are confident that you can restore a backup then go ahead and update your site.
    Here is an easy way to update your site manually:
    First download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Show “Array” on contact form #1440624

    Hi,
    It looks like your plugin is not working correctly, I tried adding the shortcode to a code block element and a text block element on the page and it still gave the “Array” error:
    Enfold_Support_5584.jpeg
    so it seems the error is not related to the contact form, I have not used the plugin so perhaps there is a setting that you need to set, try checking with the plugin author.
    I also tried adding shortcode to the Custom HTML element in the contact form using the shortcode wand:
    Enfold_Support_5578.jpeg
    and it worked correctly:
    Enfold_Support_5580.jpeg
    so it doesn’t seem that the error is related to the contact form not allowing shortcodes:
    Enfold_Support_5582.jpeg
    If this used to work then perhaps there is another plugin causing a confict, try disabling your other plugins and checking.
    I notice in the plugin settings that there are many uses that require the Pro version, perhaps the error is related to that or that the API keys are not accepted? Try asking the plugin support if they have seen this before.

    Best regards,
    Mike

    in reply to: Button position on sliders #1440620

    Hi,
    Try this example CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to make the background color red, font white, and remove the border radius:

    #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: red;
        color: white;
        border-radius: 0;
    }

    adjust to suit.
    To make the button background color blue on hover add this css:

    #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button:hover {
        background-color: blue;
        color: white;
        border-radius: 0;
    }

    you can also change the font color and border radius on hover.

    Best regards,
    Mike

    in reply to: submenu #1440619

    Hi,
    Try using this code instead:

    function avf_header_setting_filter_mod($header) {
    	if( is_page( 2 ) ) {
    	$header['header_scroll_offset'] = $header['header_scroll_offset'] + 100;
    	}
    	return $header;
    }
    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);

    Best regards,
    Mike

    in reply to: Slider Image Size not changing #1440595

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Slider Image Size not changing #1440596

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Keep position of menu and burger logo on mobile #1440541

    Hi,
    The grid row cells with the logo & “Schrijf je in voor onze nieuwsbrief” is not centered because the cell has the vertical-align set to Top, please set to middle.
    Enfold_Support_5576.jpeg
    Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker, and helps keep threads from being confusing with multiple topics.

    Best regards,
    Mike

    in reply to: change sidebar background color #1440540

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Keep position of menu and burger logo on mobile #1440516

    Hi,
    It looks like you are using custom css to make the header “fixed” on mobile up to 767px, this is why it is doing this, it is not default for the theme.
    Try adding this css to override it:

    @media only screen and (max-width: 989px) {
    #top #wrap_all .av_header_transparency {
        background: transparent !important;
        position: absolute!important;
    }}

    If this doesn’t work then try to find your custom position:fixed; and remove it.

    Best regards,
    Mike

    in reply to: Author bar on blog posts #1440514

    Hey mirr,
    This looks like it is from your aioseo plugin, please check the plugin options.

    Best regards,
    Mike

    in reply to: Show “Array” on contact form #1440513

    Hi,
    It looks like your the shortcode for your captcha plugin is causing this: [bws_google_captcha]
    Try removing it and using the captcha options in the contact forum.

    Best regards,
    Mike

    in reply to: General Style not changing #1440512

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Xize widget text for all pages #1440465

    Hey schweg33,
    The css you posted is for the title of the widgets, for the text in the widgets try this css and adjust to suit.

    #top [id*="custom_html-"] > .custom-html-widget {
    font-size: 20px;
    font-weight: 400;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: change sidebar background color #1440464

    Hey hansloe,
    Thanks for the link to your page, this depends on what you want to achieve, if you wanted the sidebar only to be white then you could use this css in your Quick CSS field:

    #top #main .sidebar {
    	background-color: #fff;
    }

    but the result would be like this with the space to the right of your sidebar gray like the other side:
    Enfold_Support_5571.jpeg
    If you want the space to the right of your sidebar also white then try this css:

    @media only screen and (min-width: 768px) { 
    #top #main .container_wrap_first.sidebar_right {
      background: linear-gradient(
        to right, 
        #ebebeb 0%, 
        #ebebeb 50%, 
        #ffffff 50%, 
        #ffffff 100%
      );
    }
    #top #main main {
    	background: #ebebeb;
    }
    }

    which will give this result:
    Enfold_Support_5573.jpeg
    Please adjust the color to suit and ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    Hi,
    Try adding the CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    Best regards,
    Mike

    in reply to: Private token is invalid #1440458

    Hey celluloproduction,
    Please note that the license is not the same as the token, please see our documentation here and follow the steps closely when you create the token, especially for the specific required permissions, if you still have trouble then try the Envato Market plugin and note that it requires different required permissions, if this still doesn’t work then please contact the Envato support. Envato handles all licenses & tokens, we do not have the ability to issue licenses or tokens.

    Best regards,
    Mike

    Hey MSM,
    Thanks for the link to your site, it looks like you have two elements causing this, for the testimonials try this css:

    @media only screen and (max-width: 480px) { 
    	.avia-testimonial-row {
    	min-height: 688px;
    }
    }
    @media only screen and (min-width: 481px) and (max-width: 1023px) { 
    .avia-testimonial-row {
    	min-height: 423px;
    }
    }
    @media only screen and (min-width: 1024px) { 
    	.avia-testimonial-row {
    	min-height: 297px;
    }
    }

    for the “cool timeline” element try this css:

    @media only screen and (max-width: 1023px) { 
    	.ctl-wrapper {
    	min-height: 348px;
    }
    }
    @media only screen and (min-width: 1024px) { 
    	.ctl-wrapper {
    	min-height: 366px;
    }
    }

    together this seems to solve the issue.

    Best regards,
    Mike

    in reply to: only on home #1440456

    Hey schweg33,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top:not(.home) .copyright {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 2,131 through 2,160 (of 33,834 total)