Forum Replies Created

Viewing 30 posts - 25,321 through 25,350 (of 25,536 total)
  • Author
    Posts
  • in reply to: Überschrift Produktseite #703082

    Hey Mac_ma,

    Try to add this code in functions.php:

    remove_action('woocommerce_single_product_summary','woocommerce_template_single_title',5);
    add_action('woocommerce_single_product_summary', 'woocommerce_my_single_title',5);
    
    if ( ! function_exists( 'woocommerce_my_single_title' ) ) {
       function woocommerce_my_single_title() {
    ?>
                <h2 itemprop="name" class="product_title entry-title"><?php the_title(); ?></h2>
    <?php
        }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Website not right on phone #703077

    Hi Dick,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Adding breadcrumbs question for Products and Categories #703073

    Hi craigriches ,

    I could see the page now properly but I could not see the breadcrumb added. Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko.

    Hi pmfonseca,

    I have removed the code I gave and in WP Rocket Options in this option Files optimisation: I have unchecked HTML. This fixed the issue. Let us know if this is also fixed on your end, if not try to disable wp rocket.

    PS: All plugins are activated, I have deactivated all plugins upon troubleshooting but it was not registered in Recently Active so I could not check the 2 plugins that are not active. I apologize for this.

    Best regards,
    Nikko

    in reply to: Pricing table with fixed height for each row #703065

    Hi hingex,
    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Header hover over color section #703062

    Hey Cacher,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    .header_color .header_bg {
        background-color: transparent !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Adding a Reply-To in the header of my contact form #703003

    Hey mg_jason,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    We also need ftp details so we can check on the files

    Best regards,
    Nikko

    in reply to: Wrong built-in Conact Form e-mail subject. #703002

    Hey Michał,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: contact form #703000

    Hey Uroš,

    In your contact form kindly uncheck Hide Form Labels then add this code in functions.php:

    function add_custom_placeholder(){
    ?>
      <script>
        jQuery(window).load(function(){
          jQuery('.postid-3133 input#avia_1_1').attr('placeholder', 'First Name *');
          jQuery('.postid-3133 input#avia_3_1').attr('placeholder','Last Name *');
          jQuery('.postid-3133 input#avia_4_1').attr('placeholder','Email *');
          jQuery('.postid-3133 input#avia_5_1').attr('placeholder','Skype ID');
          jQuery('.postid-3133 input#avia_6_1').attr('placeholder','Country *');
          jQuery('.postid-3133 input#avia_7_1').attr('placeholder','Company *');
          jQuery('.postid-3133 input#avia_8_1').attr('placeholder','Telephone');
          jQuery('.postid-3133 textarea#avia_9_1').attr('placeholder','Message *');
        });
      </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_placeholder');

    This code is page specific to avoid conflicting with other forms. Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Product listings appearing in Posts #702995

    Hi Richard,

    It’s really a weird issue, I checked and everything is good on the backend, what I did was create another category called Blogs and add that category to all posts and use it on your page, and the issue is fixed. I’m not sure if its just a bug since I could not replicate the issue on my end. I hope the workaround is alright with you the fix the problem. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Sidebar disappeared #702993

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Also give us a link where the sidebar appears properly.

    Best regards,
    Nikko

    in reply to: Post Masonry not in order #702991

    Hi,

    Upon checking your site by viewing the source, the posts are arranged in the correct order but checking it visually, all are in the wrong order except the 3rd one. Can you try to do the following things:

    1. In Masonry Settings (Size Settings) can you try to use Perfect Grid or Perfect Automatic Masonry, kindly check if it works properly or not then return it to its original setting.
    2. Try to disable all plugins and check if the issue is fixed, if not proceed to step 3
    3. Try to use the Enfold (parent theme) and check if the issue is fixed or not

    Let us know if this helps, and what you observe by doing the following things above.

    Best regards,
    Nikko

    in reply to: Problem with Gallery post format #702987

    Hi,

    Glad that you’ve fixed it :)

    Best regards,
    Nikko

    in reply to: Product listings appearing in Posts #702986

    Hi Richard,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Display categories name with the title in accordion slider #702985

    Hey Ismail,

    Yes, you can achieve it by going to enfold\config-templatebuilder\avia-shortcodes\slideshow_accordion.php and find this code (line 655):

    $output .= !empty($slide->post_title) ? "<h3 class='aviaccordion-title' {$markup_title} {$title_style}>".$slide->post_title."</h3>" : "";

    Above it kindly add this code:

    $output .= !empty(get_the_category( $slide->ID )) ? "<h2 class='aviaccordion-category-title'>".get_the_category( $slide->ID )[0]->name."</h2>" : "";

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Sovling issue responsive on smartphone #702982

    Hey AlexBellaTropea,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Product listings appearing in Posts #702981

    Hey Richard,

    You just need to click on the post to Open it and if you are logged in as administrator you should see a black bar on top, just click on Edit Post. Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Links URL appear when it shouldn't. #702979

    Hi louis!

    You don’t need to add it, the css code only needs to be added to Quick CSS but it’s already in enfold/css/print.css which is in this form:

    .entry-content a:after {
      content: " [" attr(href) "] ";
    }

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko. Reason: grammar
    in reply to: Favicon Display Issue #702978

    Hey!

    Try to deactivate this plugin: WP Content Copy Protection then check. If it doesn’t work try to deactivate the following plugins also and check: Simple Custom CSS and My Custom Functions. Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Add Sidebar Controls to Custom Post Type #702972

    Hey JeeBar,

    Can you try to add this code in functions.php:

    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    
    function add_builder_to_posttype($metabox) {
      foreach($metabox as &$meta) {
        if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') {
          $meta['page'][] = 'my_custom_post_type_1';
          $meta['page'][] = 'my_custom_post_type_2';
          $meta['page'][] = 'my_custom_post_type_3';
        }
      }
    
      return $metabox;
    }

    Just replace my_custom_post_type_x and replace it with your custom post type. Let us know if it helps.

    Best regards,
    Nikko

    in reply to: custom post layout builder #702951

    Hey asinger777,

    You can use this code instead:

    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    
    function add_builder_to_posttype($metabox) {
      foreach($metabox as &$meta) {
        if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') {
          $meta['page'][] = 'postType1';
          $meta['page'][] = 'postType2';
          $meta['page'][] = 'postType3';
        }
      }
    
      return $metabox;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Button with anchor doesn't move to correct part of the page #702852

    Hey destawala,

    In each section (color section) you need to add an id (developer id). For example about then on the menu you need to add a custom link and the url should be #about. Let us know if it works :)

    Best regards,
    Nikko

    in reply to: How can I translate the text below the blog post #702848

    Hi,

    Try to check in comments.php in the Enfold theme.

    Best regards,
    Nikko

    Hi pimroll,

    Find this code:

    echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";

    under these files:
    enfold\includes\loop-author.php
    enfold\includes\loop-index.php

    just replace “by” in the code. Make sure you backup it since it is in core files.

    Best regards,
    Nikko

    in reply to: Links URL appear when it shouldn't. #702839

    Hi,

    Can you post a screenshot for the following issues:

    1. URL links are appearing again
    2. And it does it too with the “more-link” too

    You can post it in the Private Content when you reply. I could not see the issues on my end, please let us know what browser, device and OS you use so we can test it using the same environment.

    Best regards,
    Nikko

    in reply to: cant open in a new link #702838

    Hey best-seo,

    I have checked your site but it’s difficult to see troubleshoot without looking at the backend. Can you give us a temporary admin access? so we can inspect it further. Kindly put it in the Private Content section when you reply.

    Best regards,
    Nikko

    in reply to: Link on featured image in blog #702837

    Hi,

    Your post’s format is Image kindly switch it to Standard. You will need to edit each of your post, you should see the Format box in the sidebar when you edit a post. Let us know if this fixes the issue :)

    Best regards,
    Nikko

    in reply to: Image link to Attachment Page #702819

    Hey Samuel,

    It’s possible but it’s a lot of work. Instead of using Masonry Gallery which you need to set where the image links, try using Masonry (under Content Elements), you have the option it is automatically linked on a portfolio or a post.

    Best regards,
    Nikko

    in reply to: Enfold bereits gekauft Avia lädt durchgängig #702817

    Hey!

    Thanks Natalie :)

    Regards,
    Nikko

    Hi Marcel,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 30 posts - 25,321 through 25,350 (of 25,536 total)