Forum Replies Created
-
AuthorPosts
-
Hi Burghard!
I’m sorry but I’m having trouble understanding. Can you take a screenshot and highlight what is going on?
Best regards,
ElliottHi xyzb!
Your talking about in the dashboard? That would take a lot of time and code so it would have to be considered custom work. Feel free to create a feature request here, https://kriesi.at/support/enfold-feature-requests/.
Cheers!
ElliottHey aumrx!
Create a new layer for your slide and in the “HTML / Video / Audio” tab of the layer paste the embed code that vimeo gives you.
Best regards,
ElliottHi!
Try editing line 118 in the functions.php file.
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogsYou may need to regenerate the thumbnails, https://wordpress.org/plugins/regenerate-thumbnails/.
Regards,
ElliottHey!
Hmm, not sure I understand. Your just trying to paste some text into the tab? You can right click > Paste or if your on Windows then hit CTRL + V when the cursor is inside the textarea.
Cheers!
ElliottHey icebox10!
1. Add this to your custom CSS.
.template-single-blog { background: red !important; }2. Add this to your custom CSS.
#header_meta { border-bottom: 0px !important; }Cheers!
ElliottFebruary 5, 2015 at 10:48 pm in reply to: Switch between demos in one wordpress local install #391724Hi!
Yes you can do that. Import the demo and export the settings and when you want to switch between them just import the settings you want to use. The page content, widgets, etc etc, will be different though. If you want them to look exact then you’ll need to import the demos completely instead of just the settings.
Best regards,
ElliottHey silverjello!
Try adding this to your custom CSS.
.av-catalogue-list > li > a:first-child { float: left !important; }Best regards,
ElliottHey Dadashi!
Add this to your custom CSS.
.nested_nav > li:hover .children { display: block !important; }If that’s not what your wanting then take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey steve55555!
So your adding images to the LayerSlider but some of them are not displaying? Go ahead and send us a WordPress login and take a screenshot in your dashboard highlighting exactly what is not working and we’ll take a look.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey Digilocker!
We use magnific popup, http://dimsemenov.com/plugins/magnific-popup/.
Cheers!
ElliottHey Mark!
I see what you mean. I’m also getting some javascript errors with it.
I went ahead and added this to our bug list. We’ll see if we can get something worked out in the next update.
In the meantime consider using our google maps shortcode inside a text widget. You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to view the shortcode in the avia layout builder.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey cpages!
That’s the correct behaviour. If you want to display it then add this to your custom CSS.
.responsive #top .avia-custom-sidebar-widget-area { display: block !important; }But it’s probably going to take more CSS work depending on which widgets your using.
Regards,
ElliottHi!
1. I’m sorry but I forgot which shortcode does this. Can you send us a link to your page or let us know which shortcode your using?
2. Try changing line 1047 in /enfold/framework/php/function-set-avia-frontend.php.
$excerpt = preg_replace("!\s\[...\]$!", '...', $excerpt);Cheers!
ElliottHey Jody!
I was able to add a new slide and set the slide image to the “brocoli” image in your media library.
Try clearing your browser cache and / or try in a different browser to see if it works there.
Cheers!
ElliottFebruary 5, 2015 at 9:34 pm in reply to: Easy Slider image problem – no image resizing with chosen size #391681Hi Lango2332!
Let’s try the following.
1. Deactivate all plugins and clear your browser cache.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having the problem after doing the above two steps then send us a WordPress login and a link to your page and we’ll take a look.
Regards,
ElliottHey cbentley65!
I recommend giving your sidebar more space in Dashboard > Enfold > General Layout > Dimensions. You can use this CSS.
aside { overflow: visible !important; }But your images are too wide on small screens so it will push the sidebar below your main content.
Cheers!
ElliottFebruary 5, 2015 at 9:23 pm in reply to: How to make photos showing up differently in responsive #391671Hi HelenaDore!
What you can do here is add both the Masonry gallery and a slideshow to your page content and use CSS to hide one of them depending on the screen size. Go ahead and add both of them to your page and let us know when your done and we’ll give you some CSS to use.
Cheers!
ElliottFebruary 5, 2015 at 9:12 pm in reply to: Masonry gallery:showing images twice and in random order with "load more" button #391669Hey!
You can use our child theme starter kit, http://kriesi.at/documentation/enfold/downloads/.
Regards,
ElliottHey Hardtonline!
It looks like your using a rev slider plugin? Have you contacted the plugin authors?
Is the problem the space in between the slider and your menu? If so then try adding this to your custom CSS.
#subslider { margin-top: 0px !important; }Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 5, 2015 at 8:01 pm in reply to: Custom post types to look like small and large Enfold Blog feed #391614Hi ShortieD!
See here for getting our settings to display on custom post types, https://kriesi.at/support/topic/add-builder-to-other-custom-post-types/.
And try adding this to the bottom of your functions.php file for the archive layouts.
add_filter( 'avf_blog_style', 'enfold_customization_archive_style' ); function enfold_customization_archive_style( $style ) { if ( is_post_type_archive( 'people' ) ) { $style = 'multi-big'; } if ( is_post_type_archive( 'places' ) ) { $style = 'single-small'; } return $style; }Cheers!
ElliottHey!
Try opening up /enfold/js/shortcodes.js and change line 79 from this.
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '80%'});To this.
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '99%'});Regards,
ElliottHey vocalman77!
Open up /enfold/framework/php/class-form-generator.php and on line 366 you should see this.
echo 'jQuery(document).ready(function(){ jQuery(".avia_datepicker").datepicker({Add this beneath it.
beforeShowDay: jQuery.datepicker.noWeekends,Best regards,
ElliottHey exerexec!
You’ll want to use a codeblock element instead.
Best regards,
ElliottFebruary 5, 2015 at 7:16 pm in reply to: Enfold photography demo – Instructions on using the Masonry Gallery? #391570Hey!
I’m not an SEO expert but if your site is focused on photography then I would just upload images big enough to make you happy and not care about how long it takes for them to download. Another option would be to upload thumbnails of your images and then offer links to the full size images next to them. This will let your page download fast and also give users the option of seeing the fullsize images.
You can check out some of these photography websites, http://www.vandelaydesign.com/best-photographer-portfolio-websites/, to see how other people handle this.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Hmm, well it looks fine on my end. Is the problem only happening for your client and not yourself? Try having him reinstall his web browsers and/or view on a different computer.
You can upload a screenshot with imgur.com and then click on the “img” button when writing a reply to display the screenshot.
Best regards,
ElliottHi mjaraas!
Try adding this to your custom CSS.
.html_header_left .av-main-nav ul { left: 50% !important; }As for the backgrounds navigate to Dashboard > Enfold > Advanced Styling and add a new rule for the sub level links and change their background. You can add another rule on top of that and check the “apply on hover” checkbox to change their hover colors as well.
Best regards,
ElliottHi khrystian!
It was the code you were using in the second tab.
<section class="av_tab_section"><br><div id="tab-id-1-container" class="tab_content"></div><br></section><section class="av_tab_section"><br><div id="tab-id-2-container" class="tab_content "></div><br></section><br>I removed it and it’s working fine now.
Regards,
ElliottHey!
Was it a 404? Try deactivating all plugins and refresh your permalinks in Dashboard > Settings > Permalinks.
Best regards,
ElliottFebruary 5, 2015 at 6:46 pm in reply to: Google Description is Initializing… stage: 500×375 file … #391541Hi!
What happens when you deactivate the WordPress SEO plugin and wait a day or two? Perhaps there is a setting in there which is interfering.
The title and description are being set correctly in your source code so I’m kind of stumped why google SERPS is not grabbing them. Does it do the same in the default WordPress theme?
I would try asking this on the google forums, https://productforums.google.com/forum/#!forum/webmasters, to see if they have any suggestions.
Regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
