Forum Replies Created
-
AuthorPosts
-
March 29, 2017 at 9:56 am in reply to: Add the search icon from header into a full width submenu? #768708
Hi expectmore,
I need a link to your website to be able to help you.
Best regards,
VictoriaMarch 29, 2017 at 9:48 am in reply to: Add the search icon from header into a full width submenu? #768705Hi kieranvyas,
Here is a solution for you. Put 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() { $('#menu-blog-menu').append($('li#menu-item-search').clone()); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }
Let us know if this was helpful.
Best regards,
VictoriaMarch 29, 2017 at 9:28 am in reply to: Enfold, different layout desktop vs mobile on one page #768688Hey lobstahhhhhhh,
Here is the code you can put in functions.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { $('#woocommerce_product_categories-3').insertBefore('#av-masonry-1'); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }
If you need further assistance please let us know.
Best regards,
VictoriaHi Rob,
Yes, I am new, thank you :) There’s only one way to find out. You have to test it, with these changed thumbs and no code modification, and then if that does not work, try the code modification.
If you need further assistance please let us know.
Best regards,
VictoriaHi marshallrobinson,
Glad you got it working for you :)
If you need further assistance please let us know.
Best regards,
VictoriaHey Annelies,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_show_sort.active_sort span.inner_sort_button { color: #19b5c0 !important; }
If you need further assistance please let us know.
Best regards,
VictoriaHi roderickvs,
It’s because you’re adding the same action twice with the same function.
You need only one. Here it is:
add_action(‘wp_footer’, ‘ava_new_custom_script’); function ava_new_custom_script(){ ?> <script type=”text/javascript”> (function($) { function a() { $(‘.pagination’).insertBefore(‘.products’’); $(‘.term-description’).insertAfter(‘.products’); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }
If you need further assistance please let us know.
Best regards,
VictoriaHi Freek,
In your browser press ctrl+f5 on Windows or cmd+r on Mac.
Let us know if this was helpful.
Best regards,
VictoriaHi MattDalli,
Here is where the error is
$('#random').attr('src',image[x]);
Somebody’s trying to us jQuery before it’s referenced.
Best regards,
VictoriaHi mk1122,
GLad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Werbezeit,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi harbourassist,
No need to activate, sorry about that :) You can get a new version of Layer Slider with the new version of Enfold that came out yesterday. In fact, you might want to update your theme.
Best regards,
VictoriaHi octaviosalles,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.container_wrap { border-top-width: 0px; }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 28, 2017 at 6:17 pm in reply to: How to move a menu link to the left so it will be next to the logo? #768361Hey DROR,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#menu-item-818 { margin-right: 220px; }
If you need further assistance please let us know.
Best regards,
VictoriaHi Sander,
Can you please specify the page, where you’re trying to do it?
Best regards,
VictoriaHey CloudChoice,
Could you attach a print screen, which image do you mean?
Best regards,
VictoriaMarch 28, 2017 at 5:57 pm in reply to: Code changes on Enfold file remain after updated the theme #768338Hey Designweb,
Creating and using child themes is a common and highly recommended practice, and making all your changes in a child theme.
If you need further assistance please let us know.
Best regards,
VictoriaMarch 28, 2017 at 5:54 pm in reply to: center text-block itselfs – not the text inside; line-wrapping #768335Hey ichmusshierweg,
Here are the styles that might help you:
@media only screen and (max-width: 767px) { .post-entry.post-entry-type-page.post-entry-1138 .av_textblock_section .avia_textblock { margin: 0 auto; width: 55%; /* or try 270px;*/ } } .post-entry.post-entry-type-page.post-entry-1138 .av_textblock_section .avia_textblock p { word-wrap: break-word; }
Put them in you child theme styles.css.
If you need further assistance please let us know.
Best regards,
VictoriaHey muskowl16,
You could put an anchor there and give link to your website like this http://pu.muskowl.com/#anchor.
If you need further assistance please let us know.
Best regards,
VictoriaHey Yoginess,
Glad you like it :)
Here is the code you can put this in Enfold > General Styling > Quick Css if it does not work, put into themes/enfold/css/custom.css:
#text-11 { background-color: #eea8b3; }
If you need further assistance please let us know.
Best regards,
VictoriaHi Mike,
.mo – is a binary file, you cannot edit it. Here is an article on how to work with these files.
If you need further assistance please let us know.
Best regards,
VictoriaMarch 28, 2017 at 5:27 pm in reply to: Make Enfold Lightbox and Justified Image Gallery play nice together #768322Hi 0rca,
Please refer to this reply to see how to do it.
If you need further assistance please let us know.
Best regards,
VictoriaHey ichmusshierweg,
You could start reducing margins on the sides of the header and reduce menu items margins. And better use divs or list, not table for that. It’s not easy to make tables responsive.
If you need further assistance please let us know.
Best regards,
VictoriaHi Luisgasser,
Give your new search form a different id, if you can. Or the Enfold one.
If you need further assistance please let us know.
Best regards,
Victoria- This reply was modified 7 years, 8 months ago by Victoria.
Hey wzshop,
I was able to see the page a few times and then it started giving me Nothing Found, are you having other issues?
Best regards,
VictoriaHi tdproperty,
The font itself is not heavy at all. There are few strategies for this: defer the load of the script, download and have the script in your assets folder, not getting it from external source or implementing resource hints.
If you need further assistance please let us know.
Best regards,
VictoriaMarch 28, 2017 at 4:53 pm in reply to: A user recently uploaded a CGI script that can send email. #768294Hey Graham,
It is Enfold form generator. It is from Enfold core, just like you suspected.
If you need further assistance please let us know.
Best regards,
VictoriaHey goldengate415,
Could be that some thumb settings changed. You could try to use big thumb
get_the_post_thumbnail( $post->ID, ‘large’, array( ‘style’ => ‘margin-bottom: 15px;’ ) )
and see what happens.
If you need further assistance please let us know.
Best regards,
VictoriaHey marshallrobinson,
Could you please be more specific? Interactive Maps is not the first element?
Best regards,
VictoriaHey breezemedia,
Please put this in Quick Css if it does not work, put into themes/enfold/css/custom.css
#menu-item-515 ul { margin-left: -133px; }
Let us know if this was helpful.
Best regards,
Victoria -
AuthorPosts