Forum Replies Created

Viewing 30 posts - 17,521 through 17,550 (of 35,074 total)
  • Author
    Posts
  • Hi,
    Glad Rikard could help you sort this out. We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Theme sidebars does not show at the sidebar #1201095

    Hey Astridanette,
    Sorry, I was not able to login to your site, please check.
    For your sidebar navigation, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #pages-8.widget_pages a {
    	font-size: 18px !important;
    }

    Please adjust to suit.
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Unable to import demo #1201091

    Hey rtareq,
    Sorry, I was not able to login, please check.
    Please ensure your PHP settings are like this:
    PHP Version: 7.x
    PHP Time Limit: No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 24M
    PHP ZipArchive Extension: enabled

    Some “WordPress Managed Hosting” have PHP security settings activated, please ask your webhost to check your PHP settings to see if the secure options are activated.
    “allow_url_fopen, “allow_url_include” and “register_globals” are “off”
    Try turning these “on”.

    If these don’t help then please include an admin login & FTP access in the Private Content area and we will try a manual import, please note we will have to reset your site so all settings & content will be lost.

    Best regards,
    Mike

    in reply to: Custom dividers #1201077

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Header Hover Color Will Not Change #1201073

    Hey Nolan,
    Sorry the login didn’t work for me so I couldn’t see your settings, but as I understand, you only want the text in the menu to change to green on hover.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header .av-main-nav > li:hover > a,.header_color .main_menu .menu ul li a:hover {
        background-color: #000 !important; 
        border-color: #000 !important; 
    }
    #top #header .av-main-nav > li:hover > a > .avia-menu-text,#top #header .av-main-nav > li ul li > a:hover > .avia-menu-text {
    	color: #64bb2e !important;
    }

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

    Best regards,
    Mike

    Hey jamiej08,
    It looks like you have the Enfold Theme Options > Performance > JS & CSS file merging and compression, please try deactivating it with the Enfold Theme Options > Performance > Delete old CSS and JS files option enabled, at the bottom of the page.
    Then enter a blank space in the Quick CSS to enable the “Save all changes” button, then save.
    Then clear your browser cache and any cache plugin, and check.
    You can then enable it again.
    If this doesn’t flush it out Please this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header_meta {
    	background-color: navy !important; 	
    }

    This is for the white top bar on your site.

    Best regards,
    Mike

    Hey nikosiatropoulos,

    That is the correct 2020 solution, [nolink] no spaces.
    2020-04-05_201142.png
    Please see our documentation here, scroll down a little.

    Best regards,
    Mike

    Hi,
    I took a look but didn’t find any transparent headers, can you include some screenshots?
    To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Unable to Register #1201064

    Hi,
    That is the correct 2020 solution, [nolink] no spaces.
    2020-04-05_201142.png
    Please see our documentation here, scroll down a little.

    Best regards,
    Mike

    in reply to: Facebook Pixel & Google Analytics Tracking Codes #1201062

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Custom dividers #1201060

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Custom dividers #1201058

    Hi,
    Thanks, to have this below your header & logo try this css:

    .header_bg {
    border-bottom: 3px solid;
    -moz-border-image: -moz-linear-gradient(to left, #ffff01 0%,#fe5502 25%,#fd0400 50%,#ff00ac 75%,#ff00ff 100%);
    -webkit-border-image: -webkit-linear-gradient(to left, #ffff01 0%,#fe5502 25%,#fd0400 50%,#ff00ac 75%,#ff00ff 100%);
    border-image: linear-gradient(to left, #ffff01 0%,#fe5502 25%,#fd0400 50%,#ff00ac 75%,#ff00ff 100%);
    border-image-slice: 1;
    }

    Best regards,
    Mike

    in reply to: Setting opacity of cookie banner #1201055

    Hey lmsnet,
    This is correct, I tested this css:

    @media only screen and (min-width: 768px) {
    .avia-cookie-consent {
        opacity: 0.2 !important;
    }
    }

    and it works on the cookie consent div bar, I could also see your opacity: 0.6 !important; working, so please clear your browser cache and check again.

    Best regards,
    Mike

    in reply to: Facebook Pixel & Google Analytics Tracking Codes #1201053

    Hi,
    Glad Rikard could help sort this out, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Change Woocommerce term for "Cart" #1201051

    Hi,
    Thanks for the login, I see your parent theme is still active, so I can’t move your functions to your child theme right now but I compared your functions.php to a default version and found that everything from line 775 to the end can be moved.
    There are no modifications in your header.php, and one modification in your footer.php, so you can copy the footer.php to your child theme.
    There was a couple of css rules in your /css/custom.css which I copied to your child theme style.css
    So, unless you have some other core file modifications I would say all you need to do is activate the child theme and move everything after line 775 in your parent theme functions.php to your child theme functions.php, you should be good to go.

    Best regards,
    Mike

    in reply to: How to center the date in blog single post page? #1201047

    Hey GizmakSanayi,
    Thanks for the link, it looks like the post-date is already centered if we remove the separator:

    #top.single .post-meta-infos span.text-sep-date {
    	display: none;
    }

    2020-04-05_182921.png

    Best regards,
    Mike

    in reply to: text field other background #1201043

    Hi,
    I’m not sure I understand your next question, please elaborate with possible screenshots.
    To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Social Profiles icons in the foote #1201040

    Hi,
    Sure, here is where I changed the color:
    2020-04-05_174337.png

    Best regards,
    Mike

    in reply to: Change Woocommerce term for "Cart" #1201037

    Hi,
    Sorry, you can’t copy your parent theme function to your child theme function because having the same function in two places will cause an error.
    If you include admin login in the Private Content area I will take a look for you.

    Best regards,
    Mike

    in reply to: Enfold Mobile Back to Top Arrow Not Showing Up #1201028

    Hi,
    Happy to help.

    Best regards,
    Mike

    in reply to: Enfold Shopping Cart Font size #1201025

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Social Profiles icons in the foote #1201022

    Hi,
    You don’t want your homepage to also be your footer page, I took care of this for you.
    I also make your social icons in the socket a little darker.

    Best regards,
    Mike

    in reply to: Unable to Register #1201020

    Hey Charissa West,
    Please try to login.

    Best regards,
    Mike

    in reply to: Issue with title showing twice on posts #1201014

    Hey graememyburgh,
    Thanks for the link, when I look at your site I see a large “Abundance (quotes)” which is your page title, then I see a “Table of Contents” and then I see “What is abundance?” is this the title you want removed? It is the first anchor link for your Table of Contents.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #ftwp-postcontent > table:nth-child(3) > tbody > tr > td {
    	display: none;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Buttons stopped working #1201006

    Hey TT2495,
    Have you tried disabling all of your plugins? Please include an admin login in the Private Content area so we can investigate.
    How did you update?

    Best regards,
    Mike

    in reply to: Social Profiles icons in the foote #1201005

    Hi,
    Thanks for the login, to center the socket social icons I added this css for you:

    #socket .social_bookmarks {
    	width: 100%;
        display: flex;
        justify-content: center;
    }

    Then to make the icons larger I added this css:

    #socket .social_bookmarks li a {
    width: 30px!important; 
    line-height: 40px!important; 
    min-height: 20px!important; 
    font-size: 20px;
    }

    Feel free to adjust to suit.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hey SylviaSnowling,
    Glad to hear you have this sorted out, we will close this then.

    Best regards,
    Mike

    in reply to: text field other background #1201000

    Hi,
    To change the send button, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_color input[type='submit']:hover {
        background-color: #f1f1f1 !important; 
        color: #000000 !important; 
    }
    .main_color input[type='submit'] {
        background-color: #919191 !important; 
        color: #f4f2d7 !important; 
    }

    Feel free to adjust to suit

    Best regards,
    Mike

    in reply to: Custom dividers #1200998

    Hi,
    Can we see the code for your gradient border and the classes you are targeting?

    Best regards,
    Mike

    in reply to: Social buttons images not showing #1200996

    Hi,
    Thank you for the screenshot and link, I see you are using v4.6.3.1 which had a known error, once you update to v4.7.3 the icons will show again.

    Best regards,
    Mike

Viewing 30 posts - 17,521 through 17,550 (of 35,074 total)