Forum Replies Created

Viewing 30 posts - 6,061 through 6,090 (of 34,962 total)
  • Author
    Posts
  • in reply to: Theme Options – Social profiles: Tiktok is missing #1417192

    Hey tammiviestinta,
    The TikTok icon is not available on Fontello.com so you need to create it manually, try this tutorial that includes a TikTok icon that you can use if you wish, and all of the steps to set it up.

    Best regards,
    Mike

    in reply to: Mainmenu submenu in full width #1417191

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

    @media only screen and (min-width: 990px) { 
    #header .avia_mega_div.six.units {
    	width: 100vw;
    	right: unset !important;
    	left: -58vw;
    }
    }

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

    Best regards,
    Mike

    Hi,
    Thanks for the cPanel login, I have examined your six sites, the one main site and the five sub-sites, it looks like the five sub-sites were created a while back because the theme is out of date and they have a few pages and plugins but not the same as the main site.
    I would recommend deleting these sub-sites and use the cPanel Softaculous Administration WordPress Clone option to clone the main site into five new sites:
    Enfold_Support_3055.jpeg
    This would make all of the sites the same as the main site in content and theme settings and would be easy to do, if you don’t feel comfortable doing this I could help.
    But first I have a question about the sub-site names you have picked, they don’t seem to be obvious to me for each language and three of the have spaces in the url which will show %20 where the space is, typically it is better to have a dash instead of a space.
    Did you choose these names to target keywords:
    /sehenswürdigkeiten/ (de)
    /sightseeing/ (en)
    /attractions touristiques/ (fr)
    /attrazione turistica/ (it)
    /atracciones turísticas/ (es)
    My recommendation would be to use the two letter county code instead like
    /de/
    /en/
    /fr/
    /it/
    /es/
    but if you want to use your words that is fine but you should use dashes instead of spaces:
    /attractions-touristiques/ (fr)
    /attrazione-turistica/ (it)
    /atracciones-turísticas/ (es)

    Best regards,
    Mike

    in reply to: Update version #1417161

    Hey Ewout van Driel,
    Thanks for your question, since your version is quiet old the update feature will not work correctly because Envato (Theme Forest) has changed the license API to a Token, so first you will need to manually update, will need to 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
    After you update you will need to go to your Theme Forest account and create a new Token for future updates.

    Best regards,
    Mike

    Hi,
    Thanks for the link to your cPanel, but I can’t find a working login, please check and provide.
    Since it has been a long time, lets recap the plan, you are going to have one domain and four sub-domains, each will be the same content be in different languages that you will manually manage.
    Now you have your main domain created with content and you have the four sub-domains created, the next step to to add a WordPress install to each of the four sub-domains and install Enfold.
    Then export the content from your main domain at WordPress ▸ Tools ▸ Export ▸ All content and export the Enfold theme settings from the main domain at Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File and import these to each of the four sub-domains.
    Have you done this step yet?
    Then you will need to change the language for each sub-domain at WordPress ▸ Settings ▸ General ▸ Site Language and adjust the content to match the language.
    Have you done this yet?
    Then you will need to add menu items for each language on each site, I believe that when Ismael said to put the image flags into the field “Navigation label” he meant the menu item title, do you already have your flag images for your languages?
    Do all of the sub-domains use the same login as the main site?

    Best regards,
    Mike

    in reply to: Wrong page comes up when markpostlaw.com entered #1417158

    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: Wrong page comes up when markpostlaw.com entered #1417141

    Hey buddy1,
    Thank you for the link to your site, you would need to set the Frontpage Settings at Enfold Theme Options ▸ Frontpage Settings
    currently you are using Home but your new frontpage is Mark Post Home — copy
    I set this for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Move Submit Form Button #1417140

    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: Background video on color section not working properly? #1417084

    Hi,
    We are all in different countries, please disable the block so we can try to help, Ismael has more experience with this so please disable so he can check. Thank you for your patience.
    If you can’t disable this for your live site then try creating a staging site with the IP block disabled and post an admin login so we can examine.
    If you check the test page I created on my test site, linked below, with your video in a color section there is no black bars on the sides, at lest I don’t see them, do you?

    Best regards,
    Mike

    in reply to: Mainmenu submenu in full width #1417083

    Hi,
    Thanks for the link to your site but there are no sub-menu items in your menu. The example page looks like a mega menu, have you tried this option?
    Enfold_Support_3051.jpeg
    Please see our mega menu documentation for more information.
    After you enable the mega menu and add some sub-menu items, you may find the mega menu is not 100% full width, I believe we can help further then.

    Best regards,
    Mike

    in reply to: Footer: Social media icon #1417082

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

    #footer .flex_column.av_one_fourth:first-child {
    	width: 33%;
    }
    #footer .flex_column.av_one_fourth:nth-child(2) {
    	width: 33%;
    	margin: 0;
    }
    #footer .flex_column.av_one_fourth:nth-child(3) {
    	width: 20%;
    	margin: 0;
    }
    #footer .flex_column.av_one_fourth:nth-child(4) {
    	width: 10%;
    	margin: 0;
    }
    #footer .flex_column.av_one_fourth .widget {
    	width: 80%;
    }
    #footer .flex_column.av_one_fourth:nth-child(4) .widget {
    	width: 100%;
    }

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

    Best regards,
    Mike

    in reply to: Horizontale Galerie anpassen mit CSS #1417080

    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: enfold header with elementor footer #1417078

    Hi,
    You can’t add the closing div’s to the header.php because thay are needed for the page content, try adding the footer.php content to the bottom of the page.php and see if that works with the Elementor footer enabled, if the Enfold header and the Elementor footer shows with the Enfold footer just above it, then that would be a good start.
    Then you can remove the Enfold footer functions from the code you added to the page.php, try removing the functions and not the closing div’s until the Enfold footer doesn’t show.

    Best regards,
    Mike

    in reply to: Header on mobile #1416984

    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: Align blog images #1416983

    Hey sarthakchoudhary,
    Thank you for the link to your site, as I understand you want all of the images to be the same height, the images are in the background and the amount shown is based on the caption length, so we need to make all of the captions the same height, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-masonry-entry figcaption {
    	min-height: 235px;
    }

    After applying the css, please clear your browser cache and check.
    In my test this worked well for your page, but feel free to adjust if you wish.

    Best regards,
    Mike

    in reply to: Mainmenu submenu in full width #1416979

    Hey Aviatist,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Can’t install demo files #1416977

    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: Move Submit Form Button #1416976

    Hi,
    Ok, thanks for the login, I added a custom class to your contact form hidden-field
    Enfold_Support_3041.jpeg
    and then I added an Empty Line element to your form:
    Enfold_Support_3045.jpeg
    then I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .hidden-field .av-form-empty-line {
    	display: none;
    }

    and now the button is as you wish:
    Enfold_Support_3047.jpeg
    Please clear your browser cache and check.
    If you want so extra space between the form and the button, remove the css I added, I was not sure how close you wanted the button.

    Best regards,
    Mike

    in reply to: Text block: Underlined link #1416974

    Hi,
    Try this css instead so that only links in a paragraph will underline, which will exclude the menu and buttons:

    #top p > a:hover {
    	text-decoration: underline;
    }

    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

    in reply to: Change the place of social Icon #1416972

    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: Team Member Designation #1416971

    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: Footer: Social media icon #1416970

    Hi,
    Can you add the logo to the third column? It doesn’t have much information in it.
    If you need to have a fourth column for the logo then add it back and I will try to offer some css to line up the other 3 columns, but it will probably move the fourth column with the logo close to the right edge of the screen.

    Best regards,
    Mike

    in reply to: Header on mobile #1416969

    Hi,
    Thank you for the link to your site, I see your css is working and I don’t see any reason to adjust it, well done.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Header on mobile #1416944

    Hey ThibUbi,
    Can you link to your page so we can examine?

    Best regards,
    Mike

    in reply to: enfold header with elementor footer #1416943

    Hi,
    I guess that makes sense.

    Best regards,
    Mike

    in reply to: Add simple javascript #1416903

    Hi,
    Glad we were able to help, in the future if you find jQuery scripts with the dollar sign ($) try wrapping it with this:

    
    (function($) {
    
      // script here
    
    }(jQuery))
    

    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: Horizontale Galerie anpassen mit CSS #1416902

    Hey Highlander-2013,
    Please use the options at Horizontal Gallery ▸ Styling ▸ Gallery ▸ Gallery Height to adjust the gallery height in relation to the gallery container width.
    Enfold_Support_3037.jpeg
    and also note the size of the images, so if you want it in a small space you probably don’t want to use large images
    Enfold_Support_3039.jpeg
    So depending on the size you want use these two settings together.

    Best regards,
    Mike

    in reply to: Move Submit Form Button #1416899

    Hey ballindigital,
    Thanks for the screenshot and the link to your site, but the login is not working, try making the last field full width or add one more 1/2 width field or add the Captcha field and the submit button will be below.
    For example the “extra notes” could be the last field and full width to allow the user to have more room to add notes.

    Best regards,
    Mike

    in reply to: enfold header with elementor footer #1416898

    Hi,
    I don’t think those files will change often but if you notice any issues you want to check those first, but the footer.php may be more often so you will want to check it with each update.
    We don’t recommend a child theme footer.php & header.php anymore in to your child theme, it is the most common reason for errors when updating. We recommend adding any customizations added in your child theme functions.php, but in this case you will need a custom footer.php because you don’t want the closing tags for #main & #wrap_all added twice.

    Best regards,
    Mike

    in reply to: Add simple javascript #1416896

    Hi,
    When I checked your child theme functions.php you still had the old script:
    Enfold_Support_3033.jpeg
    I replaced it with the script above and now the logo shows:
    Enfold_Support_3035.jpeg
    please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 6,061 through 6,090 (of 34,962 total)