Forum Replies Created
-
AuthorPosts
-
Hi andrzejkozdeba,
Try adding this css to you enfold/custom.css or in Quick css:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header.header-scrolled { position: fixed; } }Let us know if this was helpful.
Best regards,
VictoriaHi klausdieter,
Please add this code to your functions.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { $('.pagination-wrap.pagination-slider').clone(true).prependTo('#after_section_2 .post-entry-1029 .entry-content-wrapper.clearfix'); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }Let us know if this was helpful.
Best regards,
VictoriaMarch 23, 2017 at 2:42 pm in reply to: Possible fix for "Failed to load resource: admin-ajax.php" error #765489Hi CircleofBlueAdmin,
Can you give a link to your website, so that we can take look at the issue you’re experiencing?
Best regards,
VictoriaHi emilbroll,
To get the categories back you have to set the blog style to elegant here. The styles have changed a bit, but that’s not too hard to fix.
Let us know if this was helpful.
Best regards,
VictoriaHey SPVL,
We are not issuing licenses for WooCommerce products, it’s them you have to ask.
Let us know if you have any more questions.
Best regards,
VictoriaHi Lasse,
You can put the rules you need in enfold/custom.css or in child theme if you have one, this way the rules will be loaded last and will work.
Let us know if you have any more questions.
Best regards,
VictoriaMarch 23, 2017 at 2:00 pm in reply to: Header still appearing even though i've turned it off. #765444Hey davidpreston,
It’s not a css issue, it’s Javascript errors that slow down page parsing and loading. Otherwise you would not see that.
You have to fix those.
Best regards,
VictoriaHi Marcel,
Glad we could help!
You too, have a nice day :)
Best regards,
VictoriaHi elmcityweb,
Can you please give us a link to your website and tell what is the issue exactly?
Best regards,
VictoriaHi crtdude,
Can you please give us a link to your website and tell what is the issue exactly?
Best regards,
VictoriaMarch 23, 2017 at 1:39 pm in reply to: I Never Ever EVER Want To See A Featured Image Placeholder #765420Hi MattDalli,
Thank you for sharing! :)
Let us know if you have any more questions.
Best regards,
VictoriaHi MadRhino,
I think it’s because in one case you have sidebar and there’s less room for content, so the image dimensions are adjusted to that, and in another case you have all width to content and just some padding.
You can play with sidebar to see how the image changes, if you like.
Let us know if you have any more questions.
Best regards,
VictoriaMarch 23, 2017 at 1:21 pm in reply to: Avia Advanced Layer Slider not displaying properly on tablets #765406Hi MadRhino,
I attached the screen in the reply above. I checked today in Firefox, Chorme and Safari on a Mac, the title, subtitle and the button are all beyond viewport.
It was a setting from where to calculate position. It has to be set sides of the screen for this case. I changed that.
Let us know if you have any more questions.
Best regards,
VictoriaHi tomcarmans,
Can you please give us a link to your website?
Best regards,
VictoriaHi roderickvs,
Of course, it’s possible. We don’t know what kind of code you added already, you should read both functions and try to make one that does exactly what you need.
In the original questions you just wanted to swap pagination with category description.
Now you want pagination on top of the page, is that correct?Best regards,
VictoriaMarch 23, 2017 at 12:16 pm in reply to: Masonry Gallery shows only one line of images (Enfold 4.0.3) #765357Hi Stefan,
Can you give us temporary admin access to your website in the private content box below please, so that we can investigate further.
Best regards,
VictoriaMarch 23, 2017 at 12:07 pm in reply to: Connect post slider to subdirectory installation of WordPress #765353Hi Kelly,
Enfold’s post slider only displays posts from the instance it’s added, to make it work with external data you might need to do some customization. Unfortunately, it is not something that can be done with simple code snippet and is not covered by our support, if really what this kind of feature you can always hire a freelancer to do it for you.
You could also duplicate posts from one site to another.
Let us know if you have any more questions.
Best regards,
VictoriaHey Krzysztof,
Can you give us temporary admin access to your website in the private content box below, so that we can check this on your page.
Best regards,
VictoriaHey fprati,
Can you give us more details: the plugin you used, the forum thread you read? Can you also can give us temporary admin access to your website in the private content box below.
Best regards,
VictoriaHi werksfarbe,
Can you give temporary admin access to your website in the private content box below, so we can investigate further.
Best regards,
VictoriaMarch 23, 2017 at 11:12 am in reply to: Need to replace author name with guest-author if it exists #765312Hey architchandra,
Have you created that additional field and does this function give any error?
add_filter( ‘the_author’, ‘guest_author_name’ ); add_filter( ‘get_the_author_display_name’, ‘guest_author_name’ ); function guest_author_name( $name ) { global $post; $author = get_post_meta( $post->ID, ‘guest-author’, true ); if ( !empty($author) ) return $author; return $name; }Try adjusting the code like this.
Best regards,
VictoriaHi!
Here is the modification to the code you’ve used, that will do what you need:
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function b() { $('.slide-entry').each(function() { var image = $(this).find('.slide-image').detach(), title = $(this).find('.entry-content-header'); image.insertAfter(title); }); } b(); })(jQuery); </script> <?php }Let us know if this was helpful.
Best regards,
VictoriaHi MattDalli,
Adding this css might make it look a bit cleaner, the alignment will break if your titles are longer than 2 lines.
article.av_one_half h3.slide-entry-title.entry-title { line-height: 30px; min-height: 70px; }Best regards,
VictoriaHi iclo,
I think it’s better to use grid rows. And like I said, you can polish one blog post and make all the css adjustments and then save your work as a template. Then you will not have to rebuild it all the time and it may take some minor adjustments later.
And yes, when you build custom pages like that you’ll have to edit margins, unless you give those sections id or classes and make custom rules for them, which will always apply.
These are two strategies I see for now.
Let us know if you have any more questions.
Best regards,
VictoriaMarch 23, 2017 at 10:42 am in reply to: Image with Zoom In effect when hover and getting cut off #765290Hi fcp,
Here is the css rule for that:
.page.page-id-2508 .hr.hr-invisible.avia-builder-el-4.el_after_av_image.el_before_av_font_icon { background-color: #eee; }Let us know if this was helpful :)
Best regards,
VictoriaHi sdachos,
I’ve tested your menu in browser emulators and
mobile test emulators. The menu does not close until I press close or chose another page. The menu works fine. Can you press cmd+r for Mac or ctrl+f5 for Windows and check again, please.Let us know if this was helpful.
Best regards,
VictoriaHi ccyran,
“Font Organizer” has been updated within last two month, support is active and it has been tested with latest WP, so better go with it.
Let us know if you have any more questions.
Best regards,
VictoriaMarch 23, 2017 at 10:15 am in reply to: Placing Thumbnail Images Above Tab Section Layout Element #765279Hey Nathan,
Here is a way to add any image instead of icon when you’re using tab section. When you press edit on any tab, you get that dialog window.
Let us know if this was helpful.
Best regards,
VictoriaHi NetphoriaInc,
It’s not showing because there are a lot of Javascript errors on the page. jQuery is used before it’s referenced, it happens because of defer=’defer’ and inline scripts on the page that are already trying to use it.
Best regards,
VictoriaHi grafixstudio,
First, try cmd+r :)
I checked in Safari, same as in Chrome: lightbox with the video in the middle of the screen.
Let us know if you have any more questions.
Best regards,
Victoria -
AuthorPosts
