Forum Replies Created

Viewing 30 posts - 26,731 through 26,760 (of 34,978 total)
  • Author
    Posts
  • in reply to: anomolies with link settings on images #977361

    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
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Table #977253

    Hi,
    Thanks for sharing your solution.
    Unless there is anything else we can help with on this, shall we close this then?

    Best regards,
    Mike

    in reply to: Removing the Separation Borders in the Header #977234

    Hi,
    I’m not sure, but sometimes a little css really helps a lot, so I’m glad we were able to help.
    Just let us know if we can help again.
    Unless there is anything else we can help with on this, shall we close this then?

    Best regards,
    Mike

    in reply to: 2 column mobile view with columns #977232

    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
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Avia layout builder not displaying #977231

    Hi,
    Thank you.
    I renamed your enfold theme folder to “enfold-old” and uploaded the enfold v4.4.1
    everything seems to be working with no errors including the gallery.
    Please check.
    If this all works to your satisfaction then delete the “enfold-old” folder, if you want.

    This seems to point to that you can do the same on your live site as long as the server settings are the same, if I recall correctly you will need to update the PHP version on that server.

    Best regards,
    Mike

    in reply to: urgent #977225

    Hi,
    Please try clearing your web browser cache, or use incognito mode, maybe a different browser to test with?
    Please see video in Private Content area.

    Best regards,
    Mike

    in reply to: Show image slider on mobile and hide video #977224

    Hi,
    I took a look and found that you were not using the same plugin, so I found the same one and matched all of the settings and now it works on both sites.

    Best regards,
    Mike

    Hi,
    Glad to hear, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: urgent #977218

    Hi,
    Thank you, I was able to remove the word “Test” from them with no issue.
    I believe 17 might cause you issues because you have a link mixed in the shortcode, try editing in the text tab to correct:
    2018-06-24_153725
    What are you trying to make with the shortcode.

    Best regards,
    Mike

    in reply to: urgent #977214

    Hi,
    Sorry I must be looking in the wrong place, please add a link and screenshot of where to want to add text.
    You can use https://postimg.cc to upload a screenshot and the paste the code here.

    Best regards,
    Mike

    in reply to: Product image and title size #977213

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

    h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    }
    .inner_product .thumbnail_container img {
        margin: auto !important; 
        width: 50% !important; 
    }

    Please clear any cache plugin and your browser cache and check.

    Best regards,
    Mike

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

    #top select option { background-color: black!important;  border-color: #f68b1f !important;  }

    2018-06-24_145054

    Best regards,
    Mike

    in reply to: HIDING BUTTONS ON MOBILE #977197

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

    @media only screen and (max-width: 767px) { 
    .avia-slideshow-button {
    display: none !important;
    }
    }

    Best regards,
    Mike

    in reply to: urgent #977193

    Hi,
    What is the link to the page? I just added “test” to those on the link I posted.

    Best regards,
    Mike

    Hey refresh305,
    Each time that you install a demo the old content and layout is overwritten. One way around this is to install a localhost version of wordpress with enfold and Enable Avia Layout Builder Debug this will allow you to copy the shortcodes from the pages and demos to use elsewhere.
    You can save the shortcodes to a text file, then paste the sections you want to use on the page you are building.

    Another option is to install the landing page demo and make your changes, I’m really not seeing the medical demo elements in your mockup. After the header, it looks as a couple of color sections with images and text, and some text box elements.

    Best regards,
    Mike

    in reply to: Remove Underline from Style #977183

    Hey gurnz_meadow,
    I couldn’t login, I got the error that the user name is wrong. Please check.
    I also couldn’t find any underlined headings to inspect, can you link to one please.

    Best regards,
    Mike

    in reply to: Placeholder content #977180

    Hey Stefan,
    Please try the plugin Say what?
    When activated, it asks for:
    1: Original string — text you are translating.
    2: Text domain — woocommerce
    3: Text you want to display

    Here’s some more info on this:
    https://plugins.leewillis.co.uk/doc_post/replacing-wordpress-strings-context/

    Overriding the product search box (widget)

    Best regards,
    Mike

    in reply to: How to show custom social media icons in top bar #977179

    Hey danielromanin,
    Please see this article
    After you follow these steps you can add the custom icons at Enfold Theme Options > Social Profiles > Your social profiles

    Best regards,
    Mike

    in reply to: Demo import failed #977178

    Hi,
    Which webhost are you using?
    I was able to login, if you provide ftp access we can try a manual install of the demo.

    Best regards,
    Mike

    in reply to: urgent #977177

    Hey qwertyqwerty12345,
    Thank you for the login, please link to the page you are having issues with.
    If I understand correctly, you are trying to add text to a accordion, are you trying to add text in the toggle title or the toggle content?
    I tried and found no issues, please try to add a screenshot of what you are doing so we can understand
    2018-06-24_130638
    2018-06-24_130728

    Best regards,
    Mike

    Hey bsahagian,
    I suspect this could be a plug conflict, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    I also see you are using Enfold v4.07, please consider upgrading to v4.4.1

    Best regards,
    Mike

    in reply to: Avia layout builder not displaying #977175

    Hi,
    Yes I can login, but it’s an empty ftp directory, please change the allowed directory to “/” in the directory field, it probably has a user name in it right now.

    Best regards,
    Mike

    Hi,
    To make the removal of date and comments universal, change the css to look like this:

    .slide-meta { display: none !important; }

    About the css places:
    1: The child theme style.css, in the WordPress > Appearance > Editor > Child Theme > Stylesheet is recommended for your css to keep your child theme complete and in one place. But with the merged css feature of the theme you may need to rebuild the merged files for your css to show after adding code there. To do this simply save your theme settings with the big blue button “Save all changes”
    2: The Quick CSS is very easy to use and handy for sites that don’t use a child theme, and sites that do. Many use this because they only have a couple of code snippets. When you save the code here the merged files are updated automatically.
    3: The WordPress > Customize > Additional CSS is a WordPress feature, but works very well, it’s the last stylesheet loaded by the site so it will easily overwrite any tough css changes, plus it offers good error checking which could help you ensure your code is right. The only downside is that code here will stay in effect if you change themes, until you remove it. But you’ll never do that, right? :)

    For your custom menu I gave it a try, but it adds a background color to your category page, see if you like it.

    Best regards,
    Mike

    in reply to: Media Library URLs #977168

    Hi,
    We are glad to help, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Avia layout builder not displaying #977167

    Hi,
    Thank you for the site login, I was able to login.
    I was not able to login though ftp I used the new IP address and user, but got an error for the password, please check.

    Best regards,
    Mike

    in reply to: How can I delete old posts here? :) #977162

    Hi,
    We are glad to help :)
    We will close this now, Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: one third – two third columns in Contact Form 7 #977160

    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
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: 2 column mobile view with columns #977159

    Hi,
    I’m not sure that I understand, but when I look at the bottom of your page I see there are two more of the text columns that don’t stay equal height with the other columns, for these I would add a custom class such as “eqheight_lg” and Quick CSS like:

    
    @media only screen and (min-width: 767px) and (max-width: 988px) { 
    .eqheight_lg {
    height: 217px;
    min-height: 217px;
    }
    }

    But I don’t see buttons with text under them as in your image, is this on a different page?

    Best regards,
    Mike

    Hi,
    I fixed your css to remove the grid comment count and date.
    To change your category pages to a grid style I added this function to your child theme functions.php:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }

    Now you can choose if you want a sidebar on the category pages at Enfold Theme Options > Sidebar Settings > Sidebar on Archive Pages
    I then added your sub-menu to your category pages with this function in your functions.php:

    add_action('ava_after_main_title', 'ava_after_main_title_mod_category');
    function ava_after_main_title_mod_category() {
    	if(is_archive()) {
    		echo do_shortcode("[av_submenu which_menu='center' menu='' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2'] [av_submenu_item title='Menu Item 3']
    [/av_submenu]");
    	}
    }

    You will notice in your functions.php you have two sets of similar functions for the sub-menu, one for single posts and one for archives (categories) they are well marked, should you want to change which menu shows on each.

    For your banner image at the top of your category pages, do you want this to be the same image for all categories, or a different image for each category?
    One option is this plugin: Categories Images

    Best regards,
    Mike

    in reply to: Google Analytics tracking code not working #977152

    Hi,
    Thank you for the login, I was able to login, and I found that at Enfold Theme Options > Google Services > Google Analytics Tracking Code your code was there as just the ID, when there should be a script, so I added the script for you:
    2018-06-24_084236
    To verify that the tracking code is working, visit your website and check to see that your visit is being registered in the Real-Time reports of your Google Analytics dashboard.

    Best regards,
    Mike

Viewing 30 posts - 26,731 through 26,760 (of 34,978 total)