Forum Replies Created
-
AuthorPosts
-
Hi Anthony,
I am seeing only the icon, is this the one you’re talking about?
Best regards,
VictoriaHi Ralph,
There are a lot of SEO plugins out there that can complement any theme, so you can use Enfold, it also has nice masonries and sliders that you as a photographer might enjoy using. All the necessary things are rendered from the server, so Google will have plenty of info to index. Happy exploring!
Best regards,
VictoriaJuly 11, 2017 at 3:14 pm in reply to: How to protect Self hosted video (MP4) to get download #819405Hi SUNNY,
This article might give you some ideas
https://thimpress.com/wordpress-how-to-prevent-content-thieves-from-stealing-your-content-course-video/If you need further assistance please let us know.
Best regards,
VictoriaHi danielle143,
Here is the code that will remove left margin on the 3rd tab, you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av-tab-section-1 .avia-builder-el-15 { margin-left: 0; }
What other content you need to center?
If you need further assistance please let us know.
Best regards,
VictoriaHey Martin_Vinar,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
body #av-tab-section-1 .column-top-margin { margin-top: 0px; }
If you need further assistance please let us know.
Best regards,
VictoriaHi,
Try to increase the number
.av-caption-image-overlay-bg {-webkit-transition: all 2s ease-in-out!important; transition: all 2s ease-in-out!important; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 11, 2017 at 2:58 pm in reply to: Integration of a different EmailService then Mailchimp #819392Hey Martina,
These links might help you:
https://www.klick-tipp.com/handbuch/widget-in-wordpress-einfuegenIf you need further assistance please let us know.
Best regards,
VictoriaHi Davide,
Yes, you can do that. I was also add an image to the slider at the bottom
Best regards,
VictoriaJuly 11, 2017 at 2:49 pm in reply to: How to only show cart icon in main menu whwn add a product? #819375Hey Soren,
You can change that behavior in the theme shop options
If you need further assistance please let us know.
Best regards,
VictoriaHi Thomas,
Could you please attach a mockup of what you’re trying to achieve? It would be much easier for us to help you with a solution that way.
Best regards,
VictoriaHi agilecic,
You did not pay attention to the parameters list, they are not the same for this function.
This line is wrong$cats = get_the_tag_list($the_id, 'portfolio_entries', '', ', ','').' ';
Try this instead
$cats = get_the_tag_list('<span>Tags: ',', ','</span>', $the_id,);
If you need further assistance please let us know.
Best regards,
VictoriaHi Woelf,
This is a different url? Are you having the same issue?
Best regards,
VictoriaHi Marcel,
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 clairemartindigital,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all #socket .av-social-link-facebook:hover a, #top #wrap_all #socket .social_bookmarks li:hover a { color: #000; background-color: #fff; } #top #socket .social_bookmarks li { width: 40px; } @media only screen and (min-width: 450px) { #socket .social_bookmarks { float: left; margin: 0 25%; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi helenwhite,
Yes, this is how you do it. You create a widget and add it tho the footer, so it’s created once and added once.
http://www.wpbeginner.com/beginners-guide/how-to-add-and-use-widgets-in-wordpress/
http://www.wpbeginner.com/glossary/widgets/
http://www.wpbeginner.com/wp-tutorials/how-to-create-a-custom-wordpress-widget/Best regards,
Victoria-
This reply was modified 8 years ago by
Victoria.
Hi pameladavid,
You can deactivate the plugin and see if the issue remains.
Best regards,
VictoriaJuly 11, 2017 at 1:25 pm in reply to: Content Element > Icon > How can I align a few icons side by side? #819329Hi GabrielSenn,
Here is the code you can adjust to strip br and put in your funtions.php
/* remove all nbsp's when content is saved */ add_filter('content_save_pre','remove_buggy_nbsps',99, 1); function remove_buggy_nbsps($content) { //strip both types of non-breaking space in case NGG or similar is installed $content = str_replace(' ',' ',$content); $content = str_replace('\xc2\xa0',' ',$content); return $content; }
If you need further assistance please let us know.
Best regards,
VictoriaHey msbllc,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Did you add the Layer Slider today? Or it was there before?
Best regards,
VictoriaHi lech07,
A child theme always consists of a functions.php and style.css, anything above that is what yu put there. SO you can that that file from the parent theme and compare the code.
Best regards,
VictoriaJuly 11, 2017 at 1:14 pm in reply to: Many internal server 500 errors at google webmaster search console #819316Hi melikc,
You have to have all this code in your config. You have turned off debug. So even this define(‘WP_DEBUG_LOG’, true); will not make it write to log.
Please update your config.Best regards,
VictoriaHey studioinktvis,
Here is the code you can put in your funtions.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { if ($.avia_utilities.isMobile) { $('.sidebar.sidebar_sidebar_right.smartphones_sidebar_active').insertBefore('#av_section_1'); } } $(window).load(function() { a(); }); })(jQuery); </script> <?php }
and css:
@media only screen and (max-width: 450px) .responsive #top #main .sidebar.smartphones_sidebar_active { width: 86%; padding: 0 20px; } }
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years ago by
Victoria.
Hey Doron,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .flex_column.av_one_full.flex_column_div.avia-builder-el-42.avia-builder-el-last { padding: 0px !important; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi ColinWalton,
Glad we got it working for you! :)
I looked at you page, looks just like you wanted! Great job!
If you need further assistance please let us know.
Best regards,
VictoriaHey fmg,
Here are some threads for you to consider:
https://kriesi.at/support/topic/customize-search-results/If you need further assistance please let us know.
Best regards,
VictoriaJuly 11, 2017 at 12:51 pm in reply to: Avia layout builder not working in The Events Calendar #819297Hey thetshed,
You can use shortcodes from the Advanced Layout Builder. 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 cipriana,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi msfancypants,
There is an error in the JavaScript of that plugin. That’s why it’s not working. There could be a plugin conflict. Can you disable all plugins and see if the error remains.
Best regards,
VictoriaHi AudioVoice,
This is only for the cart popup on the side. Have you tried to use the code?
Best regards,
VictoriaHey davidecisterna,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Which version of php are you running?
Best regards,
VictoriaHi lech07,
If you just switch to true, it will show the errors to the users, if you configure to write errors to the log, then, users will not see them. Looks like your hosting extension is not really working or not enabled. If you can hide errors from there, please do so.
That is a warning, not an error, it does not break anything. You can check that file and check the parameter for empty string if you like. Or maybe you have an old version of the footer file in your child theme and you should probably merge it with a newer one.
Best regards,
Victoria -
This reply was modified 8 years ago by
-
AuthorPosts