Forum Replies Created
-
AuthorPosts
-
Hey haydaw,
Can you describe what exactly is your issue and give us a link to your website, pleas.
Best regards,
VictoriaHi draig,
I see you got your arrows back and no more arrows with fonts. Great job! :)
Let us know if you have any more questions.
Best regards,
VictoriaHi Tobi,
These css rules do not depend on each other and the menu looks much nicer now and the cart is gone in mobile view. I don’t understand what is the problem now, can you please explain in more detail? Give us a screen shot and try checking again after pressing ctrl+f5 on Windows or cmd+r on Mac.
Let us know if this was helpful.
Best regards,
VictoriaHi Niemitz,
It is a normal practice, that the menu opens on hover, no extra effort by the user needed to see submenu and then yet another action to close the menu.
But if you really want to change that code still works, I checked your avia.js (here http://www.bios-tec.de) and it does not seem to have that changed. Is this the site where you’re trying to implement it or is there a different site you’re working on?
Best regards,
VictoriaHi pixopolis2222,
Try this line for the multi select code:
[av_contact_field label='Welche Mappe darf es sein?' type='select' options=' , Kindergartenfotografie, Grundschulfotografie, Schulfotografie, Abschlussklassen' multi_select='aviaTBaviaTBmulti_select' check='' width=''][/av_contact_field]
Let us know if this was helpful.
Best regards,
Victoria- This reply was modified 7 years, 8 months ago by Victoria.
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,
Victoria -
AuthorPosts