Forum Replies Created

Viewing 30 posts - 11,011 through 11,040 (of 34,988 total)
  • Author
    Posts
  • in reply to: WooCommerce product images not displaying correctly #1362299

    Hi,
    Glad to hear that this has been 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: Loop text in Layerslider 7 and form #1362297

    Hi,
    Thanks for your patience, but the login doesn’t seem to be working, please check.

    Best regards,
    Mike

    Hi,
    I see that you moved the header to the sidebar, so this will change the solution, but the login you provided before doesn’t work now, please update.

    Best regards,
    Mike

    in reply to: Masonry categories as sticky menü #1362294

    Hi,
    Thanks for your patience, to show the scroll-up button for mobile please try adding the css to your Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top #scroll-top-link {
        display: block;
    }
    }

    For the /backhandwerk/ page, your question was scrolling to the top after clicking a category, but when I check you need to be at the top to click on a category.
    So I’m not seeing where there a need here.
    Please try explaining further, perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: error message #1362290

    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: Form field description not close to form field #1362235

    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: Importing Custom Font Not Working Correctly #1362234

    Hi,
    Guenni007, thanks for your input, the font-weight was automatically generated by the .ttf files, there are no .woff and .woff2 files for this font, which was downloaded from an unknown source and created by an unknown author.
    Typically you would be correct, but in this case the files didn’t seem normal so this was a workaround.

    Best regards,
    Mike

    in reply to: Form field description not close to form field #1362226

    Hi,
    Glad to hear, I assume that you want the description to be even closer to the field, so the description text is 12px so we will use a line height of 12px with this css:

    #top .frm_fields_container .frm_description {
    	line-height: 12px;
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area for the expected results.

    Best regards,
    Mike

    in reply to: timeline "scrollamount" #1362171

    Hey DUALWERK,
    Thanks for your question when the timeline is in horizontal scrolling mode it uses the \enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow.js on line 786 you will see a line that is commented out:
    2022-08-19_003.jpg
    un-comment this line and comment out the line under it:
    2022-08-19_004.jpg
    This will make to scroll all of the showing milestones, such as 3 at a time. I have linked to my test page below which has 9 milestones with 3 showing at a time.
    After you edit the slideshow.js you will need to clear the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression by disabling it and then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and clear your browser cache.
    I’m not sure if this will change other slider behaviors so you should check, if you want to add this modification to your child theme, ensure this function is in your child theme functions.php file:

    function avia_include_shortcode_template( $paths )
    {
    	if( ! is_array( $paths ) )
    	{
    		$paths = array();
    	}
    	
    	$template_url = get_stylesheet_directory();
    	array_unshift( $paths, $template_url . '/shortcodes/' );
    
    	return $paths;
    }
    add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );

    then add the directory /shortcodes/ to your child theme and then copy the directory /slideshow/ with your customized file to the /shortcodes/ directory.
    Then clear the file merging and compression and your browser cache.

    Best regards,
    Mike

    in reply to: Importing Custom Font Not Working Correctly #1362168

    Hi,
    Thank you for your patience and the link to your font file, each font file should be uploaded as a zip file individually, the variants for this font seem a little odd as each one only has one font-weight and when they are all uploaded together they are all combined in the Custom Font Manager, I assume that the headers in the font files themselves are not quite correct. But I tested uploading them individually and this worked correctly, below I linked to a DropBox folder with all of the zip files I tested:
    2022-08-19_001.jpg
    2022-08-19_002.jpg

    Best regards,
    Mike

    in reply to: text in popup #1362141

    Hi,
    Thanks for your feedback, let’s wait for Guenni007’s insight on this.

    Best regards,
    Mike

    Hi,
    Ok I added the line back for a scrolled page, and I added a menu break point for 1230px.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: text in popup #1362126

    Hi,
    The magnificPopup (lightbox) is used by many elements, it is the theme’s default lightbox. I would recommend at least wrapping your code in a media query for mobile only, like you did to unfloat the images above. On Guenni007’s test page above he has added the class “people”, which if you have the same you could add to your css to target this element, like this:

    @media only screen and (max-width: 479px) {
    .mfp-wrap.people .mfp-arrow-left {
        left: -7px;
    }
    .mfp-wrap.people .mfp-arrow-right {
        right: -7px;
    }
    }

    I don’t see a link to your page to check and I don’t see this class added in Guenni007’s solution above so I’m not sure, but you could add a custom class in Guenni007’s solution above if you need to.

    Best regards,
    Mike

    Hi,
    I believe that your Token doesn’t have the specific permissions enabled to update
    You seem to only have these enabled:
    your purchases
    Your username
    Your email

    please see the link to our documentation to see all of the permissions required.

    If you continue to have issues try downloading the latest 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

    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

    Hi,
    I added this css, and it now seems correct:

    #top.single-tribe_events #main h2.tribe-events-single-section-title {
    	font-weight: 700;
    }
    @media only screen and (min-width: 989px){
    #top.tribe-theme-enfold.single-tribe_events #main .tribe-events-meta-group {
        margin-right: 3%;
    }
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, for the border I added this css:

    #top.single-tribe_events #header_main,
    #top.single-tribe_events #header_main.container_wrap {
        border: none;
    }

    for the background image I adjusted your custom css to this:

    .single-tribe_events div#main > .container_wrap:first-child {
        background-image: url(//your-image.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-attachment: fixed;
    }
    

    please clear your browser cache and check.

    Best regards,
    Mike

    Hey Frans,
    Thanks for your question, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #ui-datepicker-div .ui-datepicker-title > select {
    	padding: 0px;
    	display: inline;
    	margin-bottom: 0;
    }

    After applying the css, please clear your browser cache and check.
    The expected results:
    2022-08-18_003.jpg

    Best regards,
    Mike

    in reply to: Icon List – Link to mailto: #1362056

    Hi,
    Thanks for your question, email addresses are recognized automatically, so just use the email address and the mailto is not needed:
    2022-08-18_001.jpg
    in my test this works correctly
    2022-08-18_002.jpg
    please give this a try.

    Best regards,
    Mike

    Hi,
    Ok, thank you, my mistake I missed that the domain changed.
    So to have a transparent header for your single tribe events pages like your other pages, I adjusted the css in the Quick CSS to this:

    @media only screen and (min-width: 990px) { 
    #top.single-tribe_events .header_color .header_bg {
    	background-color: transparent;
    }
    #top.single-tribe_events .header-scrolled-full.header_color .header_bg {
    	background-color: #fff;
    }
    .html_header_top.html_header_sticky #top.single-tribe_events #wrap_all #main {
        padding-top: 0;
    }
    
    #top.single-tribe_events #main > .container_wrap_first {
    	padding-top: 116px;
    }
    }

    below I linked to the page I tested, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: text in popup #1362022

    Hi,
    Glad Guenni007 could help, thank you Guenni007, we will leave this open for any closing comments from Guenni007.

    Best regards,
    Mike

    in reply to: Form field description not close to form field #1362019

    Hey virtualbis,
    Thanks for the link to your site, please try this css to your Quick CSS:

    #top .frm_fields_container input[type="text"],
    #top .main_color .frm_fields_container select{
    	margin-bottom: 0;
    }

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

    Best regards,
    Mike

    Hi,
    To import the section into your current demo you will need to first add the Law Demo icons to your site at Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager Please find the link below.
    Then you will need to Enable the Avia Layout Builder Debugger and this section of code:

    Please note that you may need to reslect the icons.
    The expected results:
    2022-08-17_004.jpg
    Please give this a try.

    Best regards,
    Mike

    in reply to: Timeline Auto Rotate #1362016

    Hi,
    Thanks for sharing, 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: Changing color for links only in Promobox #1362014

    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: Widen the left menu bar #1362012

    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: Footer/Socket Menu not shown #1362010

    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

    Hi,
    Unfortunately, this didn’t work, when your ban is over please disable this plugin so we can assist you.

    Best regards,
    Mike

    Hi,
    Ok, I checked again but it’s still not working 🙁
    I only have two more chances for the next 4 hours

    Best regards,
    Mike

    Hi,
    It seems that I’m now locked out for 4 hours:
    2022-08-17_003.jpg
    Perhaps try the Temporary Login Without Password plugin.

    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
      ( to 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!

    Best regards,
    Mike

Viewing 30 posts - 11,011 through 11,040 (of 34,988 total)