Forum Replies Created

Viewing 30 posts - 17,791 through 17,820 (of 25,536 total)
  • Author
    Posts
  • in reply to: Styling of buttons, icons and dividers broken #918410

    Hey edney23,

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

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use wordpress@kriesi.at ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    • This reply was modified 7 years, 11 months ago by Nikko.
    in reply to: To change color of the page numbers #918392

    Hey gretabeneforti,

    Sure, can you give us a link to the page mentioned? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: Logo center, menu below – menu height? #918389

    Hi Micha66,

    Glad that we could help and thanks for your kind words, we appreciate it a lot :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: commet field above comments #918388

    Hi,

    It’s not reflecting on your site, I can see this code which is causing the issue:

    */Kommentare*//
    .comment-meta.commentmetadata {
        display: none!important;
    }

    please replace it with:

    /*Kommentare*/
    .comment-meta.commentmetadata {
        display: none !important;
    }

    Best regards,
    Nikko

    in reply to: Logo center, menu below – menu height? #918358

    Hi,

    Try adding this css code:

    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div, 
    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
        height: 40px !important;
    }
    
    .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
        height: 40px !important;
        line-height: 40px !important;
    }

    Just adjust the height and line-height values, the default is 50px. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Need HELP with mobile header #918357

    Hi,

    Glad that you figured it out, I have checked it with my mobile device and desktop and it seems everything is good on my end. Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: change size of page-thumb #918356

    Hi,

    I see, can you install and activate this plugin: https://wordpress.org/plugins/simple-image-sizes/ then go to Settings > Media > then find entry_with_sidebar size adjust the width and height then Save. Under Thumbnail regeneration uncheck all except for entry_with_sidebar then in post type uncheck all except for Products then click on Regenerate Thumbnails button. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Photo in left cell disappears #918325

    Hi,

    Glad to hear that it’s fixed. Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: commet field above comments #918316

    Hi,

    You can use this css code to hide the date:

    .comment-meta.commentmetadata {
        display: none;
    }

    As for the comments form, copy comments.php of the Enfold theme and paste it on your child theme, cut this code ( line 156-177 ):

    	/* Last but not least the comment_form() wordpress function
    	 * renders the comment form as defined by wordpress itself
    	 * if you want to modify the submission form check the documentation here:
    	 * http://codex.wordpress.org/Function_Reference/comment_form
    	 */
    	 if(comments_open()){
    		
    		 
    		 echo "<div class='comment_container'>";
    		 echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
    		 echo "<span class='minitext'>".__('Want to join the discussion?','avia_framework')." <br/>".__('Feel free to contribute!','avia_framework')."</span>";
    		 comment_form();
    		 echo "</div>";
    	 }
    	 else if(get_comments_number())
    	 {
    		 /* If there are no comments and comments are closed,
    		 * let's leave a little note, shall we?
    		 */
    	 	
    	 	echo "<h3 class=' commentsclosed'>".__( 'Comments are closed.', 'avia_framework' )."</h3>";
    	 } 

    And paste it above this code (located in line 45):

    if ( get_comments_number() != "0" || comments_open() ) : ?>

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: change size of page-thumb #918307

    Hey smarta-brett,

    Go to Appearance > Customize > Woocommerce > Product Images, you should see the width and height values there. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Menu styling issue #918306

    Hey ilonka78,

    Can you try to remove the background color in this code:

    a:hover .avia-menu-text {
        background-color: #0e76bc !important;
        color: #fff !important;
    }

    and add this css code:

    #top .av-main-nav .sub-menu li a:hover {
        background-color: #0e76bc !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Logo center, menu below – menu height? #918301

    Hi,

    You haven’t posted the link yet, you should be able to see the link also in this thread once you posted. You can put it in Private Content, if you only want the link to be seen only by moderators.

    Best regards,
    Nikko

    in reply to: Event tracking on form #918299

    Hi,

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

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Need HELP with mobile header #918294

    Hi,

    I see you have 2 header widgets however I couldn’t see the widget titled mobile, just let us know which one do you want to show on mobile and which to show on desktop and we will give you a css code that should work, as for the screenshot, it seems to be messed up, you can add this css code to fix it:

    #header #media_image-3 {
        left: 82%;
        padding-top: 10px;
    }
    
    #header #media_image-3 img {
        max-height: 65px;
        width: auto;
    }
    
    Best regards,
    Nikko
    in reply to: Mobile browser issues #918285

    Hi,

    I have checked your site, however I also couldn’t figure out what’s causing the issue though I suspect the plugins, since when I checked on my phone I noticed even the header and menu of the site looks different, can you try to temporarily deactivate all plugins and flush out cache if there’s one and check your site, if that helps, try to activate your plugins one by one to identify which causes the issue, if that doesn’t work, please give us ftp access, so we can check further and give us permission to deactivate all plugins if needed.

    Best regards,
    Nikko

    in reply to: Author Title Tags & Category H1s #918278

    Hey jrhopwood,

    Enfold doesn’t have a feature of having a pagination beside the author name in blogposts, I’m not sure we can help you with it since it would take a lot of time to do and outside the scope of our support.

    As for changing the tag that says Posts from h3 to h1, you can modify it in tag.php file in the Enfold theme, line 60:

    $output .= "<h3 class='post-title tag-page-post-type-title'>".$label."</h3>";

    and line 100:

    echo "<h3 class='post-title tag-page-post-type-title'>".$label."</h3>";

    Just change h3 to h1, but I would suggest using a child theme first: https://kriesi.at/documentation/enfold/using-a-child-theme/ copy tag.php from the parent theme to the child theme and do the modification, this way, the changes wouldn’t be lost during the theme update. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Breadcrumbs #918276

    Hi,

    Can you give us ftp access? and allow us to make some modifications. Also please use a child theme: https://kriesi.at/documentation/enfold/using-a-child-theme/ so any modifications we make we will be on the child theme and you can update the Enfold theme without losing the modification.

    Best regards,
    Nikko

    in reply to: Where to place additional coding #918271

    Hi,

    Yes, please do export the theme settings just in case, though there’s an option to import parent theme settings in Enfold > Import/Export, a backup would reduce the risk :)

    Best regards,
    Nikko

    in reply to: modify functions.php via child theme #918269

    Hi,

    For the image sizes, I would suggest using this plugin: https://wordpress.org/plugins/simple-image-sizes/ after installing and activating the plugin, go to Settings > Media and you should be able to see all image sizes and make changes there. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Woo product slider keeps jumping to double height #918267

    Hi,

    Yes, we would suggest using a child theme, to override the productslider in the parent theme, please refer to this post: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Background Video on Fullsize Slider Positioning #918262

    Hi,

    Try adding !important on Ismael’s code, it should look like this:

    #top .avia-builder-el-0 .av-element-cover video {
        top: 0 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Iconbox change color #918259

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    h3.iconbox_content_title a:hover {
        color: blue !important;
    }

    Just change the color. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Changing column layout for footer widgets? #918257

    Hi brilliantbluedesigns,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #footer .flex_column.av_one_half {
        width: 23.5%;
    }
    
    #footer .flex_column.av_one_half.first {
        width: 70.5%;
    }

    this should make a 2/3 and 1/3 layout in the footer widgets. Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Toggles with image outside changing #918241

    Hi,

    You can write some js code to add that functionality since Enfold doesn’t have that feature. You can add 3 more images and custom class to them and hide them on default, then add some custom js: http://graphitivity.com/enfold/docs/add-custom-js/ to show/hide images upon clicking the accordion on the right side, hope this idea helps.

    Best regards,
    Nikko

    in reply to: Warning: Illegal string offset … Error and Menu Glitch #918234

    Hi,

    Can you also give us ftp access? so we can check further.

    Best regards,
    Nikko

    in reply to: Multiple Sliders not working on same page. #917639

    Hi,

    Thanks for the access, however the site you posted on the first link is on the subdomain, I tried to use the same username and password on it but it doesn’t work, can you give us a temporary admin access on the first link you gave?

    Best regards,
    Nikko

    in reply to: Items in a Mobile Menu #917636

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top #header #av-burger-menu-ul {
        padding-top: 100px !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Demo import didn´t working (2) #917633

    Hi,

    The problem is still there, I’m just not sure what’s causing it and preventing the importing of images, have tried using the default wordpress theme twentyfifteen and exporting and importing images but still doesn’t work though uploading images through Media Library does work fine and permissions are okay on the uploads folder, the pages where imported properly, I just adjusted the settings, though images are still not there and main menu still needs to be fixed. Would it be okay if we just help you with the remaining stuff?

    Best regards,
    Nikko

    in reply to: Logo change when scrolling #917627

    Hi jimmiesner,

    Can you try to create a separate thread? and give us temporary admin access, just post the details in private content so the details can only be seen by the moderators and the thread creator. Also please add a link to this thread on that new thread so we can use as a reference :)

    Best regards,
    Nikko

    in reply to: WooCommerce Mobile Cart Icon Item Counter Issue #916101

    Hi,

    Glad we could help :) Thanks for using Enfold and have a great day! :)

    Best regards,
    Nikko

Viewing 30 posts - 17,791 through 17,820 (of 25,536 total)