Forum Replies Created

Viewing 30 posts - 331 through 360 (of 1,341 total)
  • Author
    Posts
  • in reply to: Portfolio back an forward arrows #525929

    Hi!

    Glad to know we could help :)

    Please let us know if you ever need any help in the future.

    Best regards,
    Dake

    in reply to: Single Page Style #525926

    Hi!

    You can change the header color with the below css (and the correct page-id):

    .page-id-65 .header_color {
    	background-color: #2c2119 !important;
    }

    Regards,
    Dake

    in reply to: Unable to get my logo to appear on Enfold them #525924

    Hi!

    Please try deactivating all of your plugins, clearing your web cache and ensure that you are using the latest version of Enfold.

    If your logo still does not appear, please provide us with temporary admin access to your website.

    Best regards,
    Dake

    Hi tswilson!

    May we have a link to your website so we can provide you with the appropriate css?

    Best regards,
    Dake

    in reply to: Portfolio gallery issue. #525917

    Hi!

    I’m not seeing the issue on my end, so it may be a caching issue.

    Please clear your cache and deactivate your plugins. If that doesn’t work please send us a screenshot of what you are seeing.

    Cheers!
    Dake

    Hey 1kn!

    Please revert changes to your shortcode.css then test to see if deactivating the Accura FoodMenuWP plugin reverts the gallery to it’s intended form.

    If not please try deactivating all of your plugins. Lastly, please update Enfold to the latest version (3.3.2).

    Regards,
    Dake

    in reply to: Upload Theme Settings Not Working #525914

    Hi!

    Both upload buttons are working fine on my end.

    It seems like a caching issue. Have you tested each button on a different device/connection?

    Best regards,
    Dake

    in reply to: Social Media icons in Footer #525912

    Hi!

    You’re welcome, glad I could help :)

    Please let us know if you ever need any help in the future.

    Best regards,
    Dake

    in reply to: Featured image bigger on blog page #525910

    Hi!

    Glad to know you got things sorted on your end :)

    Please let us know if you ever need any help in the future.

    Best regards,
    Dake

    in reply to: Social Media icons in Footer #525905

    Hi!

    Sorry about that, I made some slight adjustments and included missing social icons.

    Please replace the previous css with the following:

    #top #wrap_all .av-social-link-facebook:hover a {
    	    background-color: #222222 !important;
    }
    
    #top #wrap_all .av-social-link-facebook a {
    	color: #ffffff !important;
    	background-color: #37589b !important;
    }
    
    #top #wrap_all .av-social-link-linkedin:hover a {
    	    background-color: #222222 !important;
    }
    
    #top #wrap_all .av-social-link-linkedin a {
    	color: #ffffff !important;
    	background-color: #419cca !important;
    }
    
    #top #wrap_all .av-social-link-gplus:hover a {
    	    background-color: #222222 !important;
    }
    
    #top #wrap_all .av-social-link-gplus a {
    	color: #ffffff !important;
    	background-color: #de5a49 !important;
    }
    
    #top #wrap_all .av-social-link-twitter:hover a {
    	    background-color: #222222 !important;
    }
    
    #top #wrap_all .av-social-link-twitter a {
    	color: #ffffff !important;
    	background-color: #46d4fe !important;
    }
    
    #top #wrap_all .av-social-link-youtube:hover a {
    	    background-color: #222222 !important;
    }
    
    #top #wrap_all .av-social-link-youtube a {
    	color: #ffffff !important;
    	background-color: #a72b1d !important;
    }
    
    #top #wrap_all .av-social-link-vimeo:hover a {
    	    background-color: #222222 !important;
    }
    
    #top #wrap_all .av-social-link-vimeo a {
    	color: #ffffff !important;
    	background-color: #46d4fe !important;
    }
    
    #top #wrap_all .av-social-link-instagram:hover a {
    	    background-color: #222222 !important;
    }
    
    #top #wrap_all .av-social-link-instagram a {
    	color: #ffffff !important;
    	background-color: #a67658 !important;
    }
    
    #top #wrap_all .av-social-link-pinterest:hover a {
    	    background-color: #222222 !important;
    }
    
    #top #wrap_all .av-social-link-pinterest a {
    	color: #ffffff !important;
    	background-color: #a72b1d !important;
    }

    Regards,
    Dake

    in reply to: Removing Feature Image Expand Link #525901

    Hey!

    Please insert the following css into your custom css secion:

    #top .fullsize .template-blog .big-preview {
        pointer-events: none !important;
    }

    Cheers!
    Dake

    in reply to: Disabling Caption Overlay on Mobile Devices #525900

    Hey Greg!

    Please try the following css instead:

    @media only screen and (max-width: 768px) {
    .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
     display: none !important;
    }
    }

    Best regards,
    Dake

    in reply to: Make last main nav item right aligned. #525897

    Hi endoradigital!

    Please insert the following into your custom css section:

    #menu-item-3269 {
    	left: 483px !important;
    }

    Regards,
    Dake

    in reply to: graffiti form influenced by enfold css #525895

    Hi zineatoo!

    We can change the font-weight/font-size for the headings using css, however please indicate what headings you are referring to as all headings currently have some degree of bolding.

    Please insert the following css into your custom css section in order to keep a consistent white background for each row:

    .main_color tr:nth-child(even) {
        background-color: #ffffff;
    }

    Regards,
    Dake

    in reply to: Unable to get my logo to appear on Enfold them #525891

    Hey chrisko22!

    May we have a link to your website so we can take a closer look?

    Regards,
    Dake

    in reply to: Social Media icons in Footer #525887

    Hi divinespace!

    Please insert the following css into your custom css section:

    top .social_bookmarks_linkedin:hover a {
    color: #419cca;
    background-color: transparent;
    }
    top .social_bookmarks_linkedin a {
    color: white;
    background-color: #419cca;
    }
    #top .social_bookmarks_facebook:hover a {
    color: #37589b;
    background-color: transparent;
    }
    #top .social_bookmarks_facebook a {
    color: white;
    background-color: #37589b;
    }
    #top .social_bookmarks_gplus:hover a {
    color: #de5a49;
    background-color: transparent;
    }
    #top .social_bookmarks_gplus a {
    color: white;
    background-color: #de5a49;
    }
    #top .social_bookmarks_twitter:hover a {
    color: #46d4fe;
    background-color: transparent;
    }
    #top .social_bookmarks_twitter a {
    color: white;
    background-color: #46d4fe;
    }
    #top .social_bookmarks_youtube a {
    color: #fff;
    background-color: #a72b1d;
    }
    #top .social_bookmarks_youtube:hover a {
    color: #a72b1d;
    background-color: transparent;
    }

    Cheers!
    Dake

    in reply to: Footer sort #525886

    Hey byanywear!

    May we have details or a screenshot of what you are trying to achieve?

    Best regards,
    Dake

    in reply to: logo #525880

    Hi!

    Please insert the below css to hide your logo on the homepage only:

    .page-id-9 .logo img {
        display: none !important;
    }

    The logo container can be removed with css, but will also cause formatting issues due to the headers height.

    Cheers!
    Dake

    in reply to: How to make changes to the counter look? #525818

    Hey!

    Please insert the following css into your custom css section:

    .av-countdown-time {
        font-family: 'Open Sans'!important;
    }

    Cheers!
    Dake

    in reply to: How to make changes to the counter look? #525710

    Hi DROR!

    Please insert the below css into your custom css section:

    .av-countdown-time {
        font-size: 80px !important;
        font-weight: bold !important;
    	color: #00a59d !important;
    }
    
    .av-countdown-time-label {
    	color: #00a59d !important;
    }
    
    .main_color .av-colored-style .av-countdown-cell-inner {
        background-color: #ffffff !important;
    }

    Regards,
    Dake

    in reply to: Reset password input box #525679

    Hi!

    Sorry about the delay. I added the below css to your custom css section:

    @media only screen and (max-width : 768px) {
    #top div form .form-row input.input-text {
        width: auto !important;
        min-width: 200% !important;
    }
    }

    The input box should now be at an appropriate width when viewed from mobile devices.

    Best regards,
    Dake

    in reply to: search icon #525318

    Hi motza!

    May we have a link to your website so we can see if we can try duplicating the issue you’re experiencing?

    Cheers!
    Dake

    Hi!

    Like Elliot stated previously we would suggest activating the read more link in your post slider.

    Also your two latest excerpts are using the full text of the post, so it’s best to shorten it manually via the screen option excerpt:

    http://gaintapdevsite-02.com/wp-admin/post.php?post=557&action=edit

    Best regards,
    Dake

    Hey!

    I’m getting an invalid username error.

    Please double check the username you provided above.

    Cheers!
    Dake

    in reply to: Body Font & Menu Font CSS Issue #525133

    Hi!

    I was in the middle of going through your theme options, but it seems the temp admin account was downgraded.

    Cheers!
    Dake

    in reply to: Hide navigation arrows (left / right) from lightbox #525116

    Hi!

    You can add a page-id to the beginning of Yigit’s css so it only affects the gallery on a specified page.

    For example:

    .page-id-65 button.mfp-arrow {
        display: none;
    }

    Regards,
    Dake

    in reply to: Contact Form Element Tweaks #525076

    Hi!

    1. Width reduction for message:

    #top .avia_ajax_form .text_area {
        width: 50%;
    }

    2. What browser are you using? The pop up appears below the field on chrome, firefox and edge on my end.

    3. Not without custom code. If you would like to go that route you can enlist the aid of a freelancer:

    Best regards,
    Dake

    Hey!

    Glad to know you got things sorted on your end :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

    Hi!

    In that case, please remove the css that didn’t change anything and replace it with the below:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Regards,
    Dake

    in reply to: Contact Form Element Tweaks #525027

    Hey!

    Please insert the below css:

    #top .avia_ajax_form .select {
    	width: 50% !important;
    }
    
    .main_color .required {
        color: #00a59b !important;
    }
    
    .value_verifier_label {
        left: 610px !important;
    }

    Regards,
    Dake

Viewing 30 posts - 331 through 360 (of 1,341 total)