Forum Replies Created

Viewing 30 posts - 11,641 through 11,670 (of 14,834 total)
  • Author
    Posts
  • Hey!

    Your screenshot is not loading for me. Try uploading it with imgur.com.

    Try adding this to your custom CSS.

    .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0px !important; }
    

    If that’s not correct then upload your screenshot again so we can get a better idea.

    Cheers!
    Elliott

    in reply to: MASONRY WITH DOUBLE WIDTH #377126

    Hey Alejandro!

    It sounds like you’ll want to add a tag of “landscape” to the photos you wish to display wider and then set the Masonry image size to manual with tags.

    Best regards,
    Elliott

    in reply to: Video Background gets crop #377124

    Hey jonash!

    Not sure what it could be. Your site is loading very slow for me though. What happens when you deactivate all plugins? Does it do the same if you use a different video? What happens if you use the sample MP4 from here? http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5

    Regards,
    Elliott

    in reply to: mobile search icon near the cart in mobile view #377119

    Hi!

    Add this to your custom CSS.

    @media only screen and (max-width: 767px) {
    .main_menu {
        left: auto !important;
        position: absolute !important;
        right: -90px !important;
        top: -5px !important;
    }
    }

    And you can move it around with the top and right values.

    Best regards,
    Elliott

    in reply to: How to change sidebar height to match post length #377116

    Hey!

    Hmm, I’m sorry but I’m not sure what to do here. I’m pretty sure the 1030px your referring to is being added by the plugin via javascript to calculate how far down it should go. If you look at our demo or if you deactivate the plugin it should disappear.

    It’s a small cosmetic flaw that will only be visible on smaller screen. I do not see it on my end without zooming in on the browser. You can try contacting the plugin author to see if they have any suggestions.

    Cheers!
    Elliott

    in reply to: Force a page to show landscape mode on smartphone #377111

    Hey Magnus!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 320px) {
    #wrap_all { width: 600px !important; }
    }

    That will make it so any screen size up to 320px the width of the site will be 600px. I think that’s what your trying to do.

    Cheers!
    Elliott

    in reply to: why my easy slider image won't resize? #377109

    Hey!

    Your referring to the textblock elements in our avia layout editor correct? Yes, that is normal. Some customers have already added this to our feature requests queue so we may see something get added in a future update.

    The default editor will still open up in “Visual” or “Text”, which ever you had open last.

    Regards,
    Elliott

    in reply to: Slider Malfunction #377107

    Hi!

    It could be causing a javascript error. I don’t remember from last time I viewed your site.

    What I meant was if we knew what you were trying to do then we can try helping you style your CSS without the use of the plugin.

    Cheers!
    Elliott

    in reply to: How to custom Enfold Advertising Area widget? #377105

    Hi masyogie!

    Thanks for using Enfold.

    Add two of the widgets to the widget area and for the second widget just use one image.

    Regards,
    Elliott

    • This reply was modified 11 years ago by Elliott.

    Hi!

    It sounds like your looking for line 143 in /enfold/framework/php/class-adminpages.php.

    Best regards,
    Elliott

    in reply to: Page Speed insights Improvement #377098

    Hi!

    In the plugin advanced settings it looks like you set some of the scripts to not minify? You should not split them up like that because they have dependencies, jquery, etc etc. I removed them and the errors went away.

    Regards,
    Elliott

    in reply to: 301 redirect #377096

    Hi Gal763!

    This isn’t really a theme question. It would be best to ask this on the WordPress support forums as they will be able to help you out better.

    Or you could try using a plugin, https://wordpress.org/plugins/simple-301-redirects/.

    Best regards,
    Elliott

    in reply to: Layerslider – font un bolds #377094

    Hi!

    I think you have to reload your page and save your options again for it to work. Raleway does not have italics so I removed those from your line and then saved your settings again and it’s working fine now.

    Best regards,
    Elliott

    Hi LKirby567!

    You would install the theme inside your WordPress theme directory, wherever that may be.

    Try deactivating all plugins and delete your .htaccess file before refreshing your permalinks in Dashboard > Settings > Permalinks.

    If that does not help then send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Ajax pages portfolio #377080

    Hey!

    There is no feature for that currently. You can use the Masonry to get it to look like the portfolio entries though.

    Feel free to request this feature here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.

    Cheers!
    Elliott

    in reply to: Blog issue #377050

    Hi Antonio!

    I took a look but not sure what’s going on there. I would try contacting the plugin author to see if they have any idea or try another plugin.

    Best regards,
    Elliott

    in reply to: Blogpost author avatar not showing anymore #377049

    Hi Antonio!

    Navigate to Dashboard > Users > Edit and for the “Antonio” author you will want to fill out your bio and make sure that the email your using is registered with gravatar.

    Regards,
    Elliott

    in reply to: Make Grid Row in Advanced Layout Editor Full Width #377044

    Hi GlowTouch_Designs!

    The grid row element should be full width. Are you sure you do not have some extra cells to the left and right of that specific cell?

    I didn’t see any link in your screenshot. Send us a link and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Latest Woocommerce update – is it still compatable? #377037

    Hey!

    Check the permissions on your uploads folder to see if they are correct. When you upload a new image does it display? Send us a WordPress login and we’ll take a closer look.

    Best regards,
    Elliott

    in reply to: General Styling Size of Areas #377036

    Hi!

    It looks fine on the Nexus 7. I don’t have an iPhone to check on so I’ll flag this for the rest of our team to take a look.

    Regards,
    Elliott

    Hey user877!

    Are you trying to set an actual clickable link to the icon or are you just wanting to create an anchor so you can link to the icon?

    Probably the easiest way to do this would be to right click on your page and copy the markup for the separator which should look something like this.

    <div class="hr hr-custom hr-center hr-icon-yes  avia-builder-el-0  avia-builder-el-no-sibling  " ;="" style=" margin-top:30px; margin-bottom:30px;"><span ;="" style=" width:50px;" class="hr-inner   inner-border-av-border-thin"><span class="hr-inner-style"></span></span><span data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" class="av-seperator-icon"></span><span ;="" style=" width:50px;" class="hr-inner   inner-border-av-border-thin"><span class="hr-inner-style"></span></span></div>
    

    And then paste it into a codeblock element in your page. You can then add an ID to the element or surround it with a link.

    Best regards,
    Elliott

    in reply to: Wplm portfolio categories not showing #377025

    Hi luiso!

    Navigate to Dashboard > Portfolio Items > Portfolio Categories > Edit and translate them to Spanish.

    Cheers!
    Elliott

    in reply to: Help! How do I switch the responsive menu and logo? #377023

    Hi Vicken!

    Add this to your custom CSS.

    .av-main-nav ul { left: auto !important; right: 0px !important; }
    

    And you can move the logo to the right in Dashboard > Enfold > Header.

    Regards,
    Elliott

    in reply to: Left and Right layout elements #377020

    Hey schnippel!

    It sounds like your wanting the columns to stick to 2 instead of folding on top of each other on small screen sizes. If you do this though then everything is going to run into each other and look very cramped.

    You can add this to your custom CSS to see what I mean.

    .av_one_half {
      float: left !important;
      width: 50% !important;
    }

    There just isn’t enough space on small mobiles to make it look good in two columns.

    Best regards,
    Elliott

    in reply to: I can not change color background my website #377017

    Hey Alex!

    Add this to your custom CSS.

    html { background-color: red !important; }
    

    Cheers!
    Elliott

    in reply to: awccesibility to WCAG #377016

    Hey!

    So what your trying to do is when you tab through the links you want to push the down arrow on your keyboard and have them open the submenus? If so then this is going to take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.

    If you’d like you can contact Werkpress for a quote, http://kriesi.at/contact/customization.

    Cheers!
    Elliott

    in reply to: Zoom on image hotspots #377014

    Hey!

    I do not think we have plans for this. You can add a feature request here, https://kriesi.at/support/enfold-feature-requests/, but it seems kind of specific so I’m not sure if it will get added or not.

    Best regards,
    Elliott

    in reply to: Sublevel background #377011

    Hi bongobeat!

    Are you talking about the menu dropdowns? If so then try this CSS out.

    .sub-menu li a, .sub-menu, .sub-menu li {
    background: rgba(255,255,255,0.5) !important;
    }

    If that’s not it then send us a link and take a screenshot highlighting exactly what your trying to do.

    Cheers!
    Elliott

    in reply to: Exclude Categories in Magazine layout #377007

    Hi!

    Add this to the bottom of your functions.php file.

    add_filter( 'pre_get_posts', 'enfold_customization_query' );
    function enfold_customization_query( $q ) {
    	if ( is_page( 321 ) ) {
    		$tax = array(
    			array(
    				'taxonomy' => 'portfolio_entries',
    				'field' => 'id',
    				'terms' => array( 10 ),
    				'operator'=> 'NOT IN'
    			)
    		);
    		$q->set( 'tax_query', $tax );
    		return $q;
    	}
    }
    

    And change “321” to the ID of your page and “10” to the ID of the category you wish to exclude.

    Best regards,
    Elliott

    Hi lakeswimmer!

    If you do not set a title then the permalink will be set to the post ID. It shouldn’t give you a 404 though.

    Try deleting your .htaccess file and update your permalinks in Dashboard > Settings > Permalinks to the postname or default setting.

    Also be sure to deactivate all plugins while testing.

    Cheers!
    Elliott

Viewing 30 posts - 11,641 through 11,670 (of 14,834 total)