Forum Replies Created

Viewing 30 posts - 29,941 through 29,970 (of 34,549 total)
  • Author
    Posts
  • in reply to: Sidebar with page background #896379

    Hi,
    Oh, I see the issue now, I solved with this css in your custom css:

    #top.page-template-default.page.stretched #socket .container:before {
    background-image: url(https://residenzeparadiso.com/wp-content/uploads/2018/01/whitebackground.png) !important; 
    background-repeat: repeat;
    }

    I designed it to match the rules for your background image, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Few styling questions I am trying to solve #896350

    Hi,
    I took a look at both of them in the backend, one had sidebars on, so I changed it to “no sidebars” to match the other, the page width, font family & font size for paragraph text is the same, so no changes need there. The only other difference is one has the image at the top while the other is align right making the text wrap the image, but I thought you must have wanted that, did you?
    Please check, if you see any differences please post a screenshot with the difference pointed out so we can investigate further.

    Best regards,
    Mike

    in reply to: Table #896330

    Hi,
    I was not sure if you wanted this code to work on all pages or just some, so please try this code in the General Styling > Quick CSS field and advise if you need any adjustments.

    aside.sidebar.sidebar_right,div.template-page.content {padding-bottom: 0px!important; }

    Best regards,
    Mike

    in reply to: CSS to Left Justify Title #896235

    Hi,
    Glad we could help, we will close this now. Thanks for using Enfold

    Best regards,
    Mike

    in reply to: Hide overlay but display caption in masonry on mobile #896233

    Hi,
    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Demo import probelm font-manager.class.php on line 488 #896167

    Hi,
    Thanks for that. Unfortunately was not able to resolve the issue with linking the images that were FTP in. I tried another demo import but that didn’t solve either. In the interest of getting your site up I used the all-in-one-wp-migration plugin to import a clean copy of the Gym Demo. It is working correctly now, please check.

    Best regards,
    Mike

    in reply to: Submenu dropdown alignment #896156

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Anchor Menue #896152

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

    Best regards,
    Mike

    in reply to: Active menu indicator background #896151

    Hi,
    Please try adding:

    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {height: 60px!important;}

    Best regards,
    Mike

    in reply to: Hide overlay but display caption in masonry on mobile #896132

    Hi,
    Sorry, I see you wanted this to hide the title only on a mobile, so I should have added the media query:

    @media only screen and (max-width: 767px) { 
    .post-456 .av-inner-masonry-content-pos-content {display:none!important;}
    }

    You could add it to the other one if you wish.

    Best regards,
    Mike

    in reply to: Table #896128

    Hi,
    You can set the screen options for the table to hide for mobile,
    2018-01-11_051912
    and add another element below it with the option to only show on mobile, essentially replacing the table on mobile.

    Best regards,
    Mike

    in reply to: CSS to Left Justify Title #896125

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.home .avia-builder-el-1.av-special-heading.modern-centered {
        text-align: right!important; 
    }

    please see screenshot in Private Content area to ensure I was targeting the correct element

    Best regards,
    Mike

    in reply to: Color H #896112

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .main_color strong.av-related-title {color: #000 !important;}

    Best regards,
    Mike

    in reply to: Anchor Menue #896105

    Hey m_reiprich,
    You can link to any ID on a page by adding the id to the url. Such as:

    http://127.0.0.1/#feature-list

    To create a menu item, you can add the id in the url box (#feature-list) or the full url with id, as above.
    If your site has many page the latter is preferred.

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Comments #896086

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

    Best regards,
    Mike

    in reply to: HTML 5 error #896084

    Hi,
    Thank you for explaining, please try:

    #top.page-id-353 .container_wrap_first {background-color: antiquewhite!important; }

    Best regards,
    Mike

    in reply to: Demo import probelm font-manager.class.php on line 488 #896076

    Hi,

    @yuyulg
    Please open a new support request, describing your issue with the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Remove Accordion + and – signs borders #896071

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

    Best regards,
    Mike

    in reply to: White Corners in Subscription Box. #896070

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

    Best regards,
    Mike

    in reply to: Hide overlay but display caption in masonry on mobile #896068

    Hi,
    Please try:

    .post-456 .av-inner-masonry-content-pos-content {display:none!important;}

    Best regards,
    Mike

    in reply to: Comments #895975

    Hi,
    Good to hear it is working for you now, shall we close this then?

    Best regards,
    Mike

    in reply to: Logo Area Heading #895974

    Hey topmedialab,
    It looks as though your header is now transparent, is this solved?
    To center your logo, please try:

    span.logo {margin-left: 38%;}

    Best regards,
    Mike

    in reply to: style.css child theme not working #895971

    Hi,
    Glad to hear you have solved, shall we close this then?

    Best regards,
    Mike

    Hey c-vd-p,
    Sorry I was not able to reproduce this error, I made a few changes to a few page and saved, the changed back and saved, with no errors.
    I notice that not all of the admin options are available, perhaps you have a security plugin?
    Did your error happen after updating to WordPress v4.9.1? This was a normal response for this update to happen once. Perhaps the first time didn’t work so WordPress tried again.
    Otherwise did you try disabling your plugins?

    Best regards,
    Mike

    in reply to: Hide overlay but display caption in masonry on mobile #895967

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0)!important; 
    }
    }

    Best regards,
    Mike

    in reply to: Active menu indicator background #895966

    Hey jjsabatino,
    It seems that you have found a solution already, because when I click home or work the menu stays highlighted.
    Is this true?

    Best regards,
    Mike

    in reply to: How to disable instant search? #895963

    Hi,
    Please try using a Child Theme so the customizations you make will not be overwritten by an update. For the Remove or fix Ajax search functionality solution that is in this thread, it called for editing the avia.js.
    To add the avia.js to your child theme, Create a js folder then place a avia.js file inside. Add this on the child theme’s functions.php:

    function wp_change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 ); 

    Please feel free to request – or vote if already requested – adding a settings selector in the next update on Enfold feature request form.

    Best regards,
    Mike

    in reply to: hide main nav on specific page #895954

    Hi,
    Glad Jordan was able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Remove Accordion + and – signs borders #895951

    Hi,
    Please try replacing with this code:

    .toggle_icon {
        left: unset!important; 
        right: 10px!important; 
    }

    Best regards,
    Mike

Viewing 30 posts - 29,941 through 29,970 (of 34,549 total)