Forum Replies Created

Viewing 30 posts - 9,001 through 9,030 (of 14,834 total)
  • Author
    Posts
  • in reply to: Search results page questions #413959

    Hi WolfvanHaeren!

    You can find that text on line 24 in the search.php file.

    echo "<p>".__('If you are not happy with the results below please do another search','avia_framework')."</p>";
    

    You could try re-scanning the theme texts with this plugin, https://wordpress.org/plugins/codestyling-localization/.

    When you say “would like another sidebar” are you trying to have two sidebars display? If so then that would have to be considered custom work for now. Or if your just trying to change the search sidebar to something else then open up the /enfold/sidebar.php file and add this to the bottom of your functions.php file.

    add_filter( 'avf_custom_sidebar', 'enfold_customization_search_sidebar' );
    function enfold_customization_search_sidebar( $sidebar ) {
    	if ( is_search() ) { return 'search'; }
    }

    And create a new widget area called “search” in Dashboard > Appearance > Widgets.

    Regards,
    Elliott

    in reply to: Blog Jumpy #413951

    Hi Global_UK!

    I see what you mean. Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Let us know of any CSS customizations you have done in the theme settings also.

    Regards,
    Elliott

    in reply to: Mega menu divider columns #413949

    Hey WolfvanHaeren!

    Try adding this to your custom CSS.

    #header .avia_mega_div .units {
      border-right-style: solid !important;
    }

    Best regards,
    Elliott

    in reply to: floating issue with Footer Columns in Vers. 3.1 #413945

    Hey Zeilenschreiber!

    I checked your link but I see 3 columns instead of 4 and they are resizing properly to 100% on small screens. Did you get this sorted?

    The mega menu looks fine for me as well. If you want to change it’s width then add this to your custom CSS.

    #header .twelve.units { max-width: 800px; }
    

    Cheers!
    Elliott

    in reply to: Not mobile friendly? #413936

    Hey brianito!

    Since you linked to your site outside of the private content I’ll go ahead and link to it also.

    Here is the google mobile test for your site, https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fspeltbageren.dk%2Fhjemmelavet-pizza, it looks like it passed.

    Cheers!
    Elliott

    in reply to: 'grid row' appears 2 times in the admin. #413933

    Hi!

    Go ahead and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the files are clean and updated.

    Cheers!
    Elliott

    in reply to: No image and no excerpt when sharing on Linkedin #413931

    Hi!

    I see the meta tag but it’s grabbing an image that is not your featured image. Try editing the post and in the SEO settings hit the “Social” tab and set the image manually for the post. It says facebook but it will work for any service that uses the open graph meta tags.

    Add this to your custom CSS to remove the post meta from your single post view.

    .single .post-meta-infos { display: none !important; }
    

    Regards,
    Elliott

    in reply to: Layout settings ignored #413922

    Hi!

    The problem is the customization in the header.php file your doing in your child theme. Upload a fresh copy of the header.php file there and then add your customizations in one by one to see which one is causing the problem.

    Regards,
    Elliott

    in reply to: Full with sub menu won`t attatch to top menu. #413920

    Hi halvardesp!

    I checked your link but it looks like you currently have it set to the bottom of your page. Can you take a screenshot and highlight what your trying to do so we can get a better idea?

    Regards,
    Elliott

    in reply to: hide colored section on mobile issue #413918

    Hey anogma!

    Not sure what it could be off the top of my head. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

    in reply to: Grid row Order on mobile #413890

    Hi Hotelsolutions!

    On smaller screens the columns change to 100% width so it’s whatever comes first in the document that gets displayed first. Since the columns are floated left the ones on the left will be displayed first.

    If you’d like we can give you some CSS so they are floated right instead but you would have to edit all of your columns and change the order again.

    Cheers!
    Elliott

    in reply to: Decrease Padding Navigation / Underlines #413889

    Hi BrendaSarg!

    Try adding this to your custom CSS.

    .avia-menu-fx { bottom: 100px !important; }
    

    Best regards,
    Elliott

    Hey BrendaSarg!

    I see a crescent moon shaped image set to your header background. Are you trying to make that span the whole page? Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    in reply to: Open Graph and Linkedin #413886

    Hi!

    It says they use the open graph meta tags (same as facebook), https://developer.linkedin.com/docs/share-on-linkedin, so the correct image should be set.

    You said it’s not working on your “group” or “business” page? Do you have a featured image set?

    Send us a link to the exact page / post where it’s not working and we’ll take a look.

    Regards,
    Elliott

    in reply to: Sign up form #413882

    Hi fidesco!

    Your wondering where a user can register for your blog? The WordPress URL would look something like this.

    yourdomain.com/wp-login.php?action=register
    

    There are lots of plugins out there though where you can setup custom register / login pages, forms, etc.

    Regards,
    Elliott

    in reply to: Create Page with This Functionality #413872

    Hey Joshua!

    You can use our tab shortcode for that, http://kriesi.at/themes/enfold/shortcodes/tabs/.

    Cheers!
    Elliott

    in reply to: Custom CSS for different elements in Masonry #413866

    Hey!

    Did you add this to your custom CSS?

    .html_header_transparency #main {
      padding-top: 0 !important;
    }

    If so then remove it to fix the layout issue your seeing.

    Otherwise try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy.

    Regards,
    Elliott

    in reply to: Panopress thumb disappear #413862

    Hey ondrej!

    Does it work fine if you add this to your custom CSS?

    .pp-embed { min-height: 200px !important; }
    

    Cheers!
    Elliott

    in reply to: Move Masonry Gallary into Main Content Area #413857

    Hi pattersons!

    Drag a codeblock element to that page and add this inside.

    <style type = "text/css">
    #main .masonry-not-first {
      border-top: 0 none !important;
    }
    </style>

    Regards,
    Elliott

    in reply to: How to make 12 blog preview images in Grid Mode #413850

    Hey microhound!

    You can change the default number of posts in Dashboard > Settings > Reading. You can also use our blog posts shortcode and select how many posts you wish to display there as well.

    Regards,
    Elliott

    in reply to: Avia Editor will not load on any page #413844

    Hi lucein1774!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Add this to your wp-config.php file.

    define('CONCATENATE_SCRIPTS', false );
    

    3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    4. Make sure WordPress is updated.

    If your still having trouble after doing the above four steps then send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.
    in reply to: Accordion Slider Caption/Excerpt Position??? #413841

    Hi!

    Do this instead of the top margin.

    #top .aviaccordion-title {
      position: absolute;
      top: 50%;
    }

    Regards,
    Elliott

    Hi!

    It would be better to add the weights on one line like so.

    $fonts['Oswald'] = 'Oswald:300,400,700';
    

    And then add this to your custom CSS.

    h2 { font-weight: 300 !important; }
    h1 { font-weight: 700 !important; }
    

    Regards,
    Elliott

    in reply to: Spam abuse of enfold/js/global.php #413833

    Hi alwaysahead!

    We do not have any php file named global in the JS folder. If that file does exist in your theme folder then it’s possible your site has been hacked. Upload a fresh copy of the theme and ask your hosting provider for advise in securing your server.

    Best regards,
    Elliott

    in reply to: Button Font Color #413830

    Hi dmoravec!

    You can change the colors when you edit the button options, just click on the “Colors” tab and then select custom.

    For the font size add this to your custom CSS.

    .avia-button-wrap * {
      font-size: 20px !important;
    }

    Regards,
    Elliott

    Hi!

    Go ahead and create a backup first before updating.

    Also be sure to deactivate all plugins to see if they are causing the problem.

    Cheers!
    Elliott

    in reply to: Make Color Selection Photo be completely responsive? #413824

    Hi DangerZone23!

    1. In the color section background options try setting the position to top, center. If it’s a person then this should still have the head visible when resizing the browser window.

    2. If you used a color section and set the background image then you can still add content inside the color section. You could then set the header to be transparent so it looks like that page.

    Best regards,
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.
    in reply to: The main slider image #413818

    Hey walkdesign!

    For the fullscreen slider I would try an image around 1500 x 1500. It will still be resized a bit depending on the screen size but it should still look sharp.

    Regards,
    Elliott

    Hey!

    I see what you mean. Unfortunately I don’t think that is going to be feasible. For example if you used some sections in your blog post then that would probably destroy the layout in your blog page and not have the intended effect.

    What I would do is just use the default editor or set a “custom excerpt” to that specific post instead so you can customize the look on the blog page and leave your single post view alone.

    I’ll go ahead and add it to our issue list to see what our devs think though.

    Cheers!
    Elliott

    in reply to: Header and menu #413796

    Hi!

    Unfortunately that is going to take a lot of time and code so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization. Some good places to look for freelancers are Studio Envato and Werkpress.

    Good luck!
    Elliott

Viewing 30 posts - 9,001 through 9,030 (of 14,834 total)