Forum Replies Created

Viewing 30 posts - 91 through 120 (of 34,245 total)
  • Author
    Posts
  • in reply to: z position #1481213

    Hi,
    Glad Ismael 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: Parts of the webpage are not loading #1481212

    Hi,
    Glad Ismael 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: Cant access Avia layout builder #1481211

    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

    Hi,
    Glad Ismael could help, please follow the Github for feature request that you posted for possible updates about this feature request.
    As this is not the correct place for feature requests and you find that this solution is working, we would like to close this thread. OK?

    Best regards,
    Mike

    in reply to: Avia Element Pagination #1481209

    Hi,
    If you are asking about “Question 2” changing the link from /?avia-element-paging=2 to /page-2 can not be done, as it causes a conflict with WordPress.
    The Dev Team set it to /?avia-element-paging=2 to avoid this conflict.
    Nonetheless, if you would like to request this pagination change, the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Category background, title and image #1481207

    Hi,
    You want a 1500x1500px image under the category title?
    1500px height would basically be full screen height, right?
    Do you want the image under the title or the title to be overlayed on the image?
    This will not be so easy.

    Best regards,
    Mike

    Hey digitalrefresh,
    It looks like your Google reCaptcha setting in the cookies is set to make all items disabled until manually checked:
    Screen Shot 2025 04 10 at 4.33.13 PM
    so if you manually check this and then reload your contact form button will show:
    Screen Shot 2025 04 10 at 4.34.05 PM

    Check your Default Cookie Behaviour settings, I think you are using “Essential cookies are accepted on first page load, user must opt in” try changing to “All cookies and services are accepted on first page load, user can opt out”
    Screen Shot 2025 04 10 at 4.53.50 PM
    and also check “Advanced Options” and use “Auto reload on “Accept Settings …” only” so the page is reloaded.
    Screen Shot 2025 04 10 at 4.52.24 PM

    Best regards,
    Mike

    in reply to: Category background, title and image #1481160

    Hi,
    I added this css:

    .category .title_container h1 a {
    font-size: 300%!important;
    line-height: 55px;
    font-family: "sacramento", cursive;
    font-weight: 400;
    }

    and this code to your to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    (function($){
      $('#top.category .title_container h1.main-title.entry-title  a').contents().filter(function() {
        return this.nodeType == 3
      }).each(function(){
        this.textContent = this.textContent.replace('Archive for category:','');
        this.textContent = this.textContent.replace('Tag Archive for:','');
        this.textContent = this.textContent.replace('Archive for:','');
      });
      })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );	  

    the result now:
    Screen Shot 2025 04 10 at 4.20.36 PM
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Category background, title and image #1481155

    Hi,
    The text below it is H2 “Poetry 5 Submission Title” are you sure that you want two H2 on the category page and no H1? It may affect your SEO.

    Best regards,
    Mike

    in reply to: Category background, title and image #1481104

    Hi,
    I disabled your Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs ▸ Display only title and added this to your code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 50, 1);
    function avf_header_setting_filter_mod($header_settings) {
        if (is_tax() || is_archive()) {
            $header_settings['header_title_bar'] = "title_bar";
        }
        return $header_settings;
    }

    to only show the title on your category pages.
    and I added this css:

    .category .container_wrap_first {
    	border: none;
    }
    .category .title_container {
    	text-align: center;
    	padding-top: 50px;
    	background-color: #f2f0eb !important;
    }
    .category .title_container h1 a {
    	font-weight: 600 !important;
    	line-height: 1.3em;
    	font-size: 30px;
    }

    so compared to one of you posts:
    Screen Shot 2025 04 09 at 5.23.29 PM
    your category title looks like this:
    Screen Shot 2025 04 09 at 5.25.07 PM
    But note that they are both H1, I don’t see H2 like you asked.

    Best regards,
    Mike

    in reply to: Hide Controller in embed YOUTUBE Videos #1481101

    Hey Steve,
    Youtube has removed these options and since it is in an iframe locale css will not work. Vimeo may have an option for this in their premium plan, but I’m not sure.
    Try self-hosting your videos for better control.

    Best regards,
    Mike

    in reply to: preloader issues #1480960

    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: Second Color Section #1480959

    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: The link you followed has expired. #1480901

    Hi,
    Ok, thanks for using Enfold.
    To get a refund, please go to: Can I Get A Refund? in your Envato account.
    We here in support are not connected to your account in Envato (theme forest) So you need to follow their steps.

    Best regards,
    Mike

    Hi,
    I believe that you are correct, thank you for adding this solution and all of your great help!
    Shall we leave this thread open for future questions?

    Best regards,
    Mike

    Hi,
    Do you have this issue when Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression is disabled?

    Best regards,
    Mike

    in reply to: preloader issues #1480896

    Hi,
    I tested chrome & safari without accepting cookies and logged out, and both showed the footer, so I’m not sure why you have this issue.

    Best regards,
    Mike

    in reply to: preloader issues #1480892

    Hi,
    I see your footer on your mobile homepage and on your /third-ear-plus/ & /podcasts/ pages, see the screenshot below.

    Best regards,
    Mike

    Hi,
    This is the css that it is using:

    @media screen and (min-width: 768px) {
        .hero:not(.bg-purple-25-gradient) {
            background-image: url(/themes/custom/lp/assets/icons/polygon-midultraviolet.svg);
            background-position: calc(50% - 280px) calc(50% + 50px);
            background-repeat: no-repeat;
            background-size: cover;
        }
    }
    @media screen and (min-width: 1600px) {
        .hero:not(.bg-purple-25-gradient) {
            background-position: calc(50% - 600px) calc(50% + 50px);
        }
    }

    Best regards,
    Mike

    in reply to: The link you followed has expired. #1480890

    Hi,
    The login is not working, user name and email is not registered on the site, please check.

    Best regards,
    Mike

    Hey schwabino,
    I see that you have the error: Uncaught Error: Syntax error, unrecognized expression: #sortby=Date&view=Grouping&holes=3&timeperiod=3&timemax=42&timemin=10&players=0&pricemax=10000&pricemin=0&promotedcampaignsonly=false
    this looks like it comes from a plugin or caching. Try disabling all of your plugins and then reload the page. If that resolves the issue, reactivate each one individually and reload the page until you find the conflict. Don’t forget to disable your MU plugins from godaddy.

    Best regards,
    Mike

    Hi,
    Unfortunately not, and I don’t suggest adding the header.php or footer.php to a child theme without updating them after each update, this is the top reason for errors after updates.
    Perhaps a request for this feature to the Dev Team: Github Feature Request would be best.

    Best regards,
    Mike

    in reply to: The link you followed has expired. #1480881

    Hi,
    Thanks, your zip file installed without error on my install.
    So there must be an error on your server or install.
    Including an admin login in the Private Content area would help us examine.

    Best regards,
    Mike

    Hey Orenishii,
    On your example page this is not done with gradient overlay, but with a image, see the link below:
    Screen Shot 2025 04 06 at 11.23.12 AM

    Best regards,
    Mike

    in reply to: Category background, title and image #1480872

    Hi,
    Thanks for your patience for the category background image with “Dandelion-post-background2.png” you can use this css:

    .category .container_wrap_first {
      background: url(https://templeinacistg.wpenginepowered.com/wp-content/uploads/2025/03/Dandelion-post-background2.png) !important; 
      background-size: contain !important;
    background-color: #f2f0eb !important;
    }

    Screen Shot 2025 04 06 at 7.51.27 AM
    but this image has a white background so adding a background color to the page will not show, if the image had a transparent background the background color would show.
    To show the title you need to enable Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs ▸ Display only title, I did this for you:
    Screen Shot 2025 04 06 at 8.02.58 AM
    To add the same background image and color to the post you could use this css:

    .single .container_wrap_first {
      background: url(https://templeinacistg.wpenginepowered.com/wp-content/uploads/2025/03/Dandelion-post-background2.png) !important; 
      background-size: contain !important;
      background-color: #f2f0eb !important;
    }

    but you still need to use a tranpernt background image for the color to show.

    Best regards,
    Mike

    Hey Guenter,
    Thank you for sharing Guenni007, this will probably help others. We will leave this thread open, if you want, should future users have questions.

    Best regards,
    Mike

    in reply to: Add notification bar #1480870

    Hi,
    When I check your site while not logged in I see your notification bar:
    Screen Shot 2025 04 06 at 7.18.33 AM
    please clear your browser cache and check.
    Please note that testing with iPads & 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.

    Best regards,
    Mike

    in reply to: My image gallery can't load #1480869

    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: The link you followed has expired. #1480868

    Hey drilledits47,
    If I understand your issue, you are trying to upload the theme to your site, but you get the error “The link you followed has expired.”
    If you are sure that the PHP ZipArchive Extension is enabled on your site, and you are sure that you have downloaded the installable WP version from your Theme Forest account, then please link to the zip file via DropBox or similar in the Private Content area that you are uploading to your site so we can check.
    Another typical cause for this error is that your “Upload max filesize” is smaller than the theme zip file size, you can check in WordPress ▸ Tools ▸ Site Health ▸ Server the current version 7.1 is 21.3 mb
    Perhaps a admin login would help us examine.

    Best regards,
    Mike

    in reply to: burger menu #1480867

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

    @media only screen and (max-width: 479px) {
    .responsive #top .av-main-nav .av-burger-menu-main {
        position: fixed;
        top: 2px;
        right: 7%;
    }}
    @media only screen and (min-width: 480px) and (max-width: 570px) {
    .responsive #top .av-main-nav .av-burger-menu-main {
        position: fixed;
        top: 2px;
        right: 36%;
    }}
    @media only screen and (min-width: 571px) and (max-width: 767px) {
    .responsive #top .av-main-nav .av-burger-menu-main {
        position: fixed;
        top: 2px;
        right: 30%;
    }}

    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

Viewing 30 posts - 91 through 120 (of 34,245 total)