Forum Replies Created
-
AuthorPosts
-
Hi,
Can you post the link to your website please?
Regards,
JosueHi siteit!
Your site is not loading to me, is it behind some sort of region block?
Cheers!
JosueHi!
The name of the field in
wp_optionsis the folder name of the current theme activated, so if you’re on a default installation it should beenfold, if you’re using a child theme however it would be the name of the child theme folder name.Cheers!
JosueDecember 31, 2015 at 11:44 pm in reply to: Hide YouTube Related Videos when showing video popup (Rel=0 does not work) #558778Hey!
This could work for you:
https://www.codersclan.net/ticket/329You’d need to include a custom JS script in your site, assign a class to the link and point it accordingly.
Regards,
JosueHey!
Try disabling CloudFlare email protection and see if that fixes the issue.
Best regards,
JosueHi!
Can you post a screenshot of the issue?
Regards,
JosueHi!
It’s a Grid Row > 4 Cells > Image element in each cell (with caption and roll-over).
Regards,
JosueHi!
Try changing
covertocontain:background-size: contain;Best regards,
JosueDecember 31, 2015 at 10:27 pm in reply to: Can I Change the Layout of Archive Page to Magazine Style? #558772Hey!
Correct, using a redirection from the default archive pages to the custom ones.
Regards,
JosueDecember 31, 2015 at 10:20 pm in reply to: Can't save social profiles tab in Enfold settings #558769Hey!
Try adding this code to the Quick CSS:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { outline: none; box-shadow: none; } #top .avia_ajax_form input.button { width: 100%; padding: 20px; font-size: 22px; color: black; background: white; border: 1px solid black; } #top .avia_ajax_form input.button:hover{ color: black; background: white; }Cheers!
JosueHey!
Make sure you don’t have it disabled in Theme Options.
Cheers!
JosueDecember 31, 2015 at 10:14 pm in reply to: Visible (Bottom of the page) Full Width Menu with 100% height of Color Section #558765Hey!
Try adding this code to the Quick CSS:
#top .av-submenu-container { bottom: 0; }Cheers!
JosueHey!
Does it work with the default theme activated?
Regards,
JosueHola,
Se puede usar para lo que tu desees, tal vez si especificas un poco mas lo que intentas logras te podría dar una respuesta mas precisa.
Saludos,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Try adding a few more 3s to this code you have in Quick CSS:
@media only screen and (min-width: 1024px) and (max-width: 1799px) { .av-masonry-entry { width: 33.3333333333%; } }Regards,
JosueHi!
Can you disable the pagespeed functionality momentarily?
Regards,
JosueHey!
It should appear now, here’s the code that did the job:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['houzz'] = array( 'font' =>'houzz-font', 'icon' => 'ue801'); return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['houzz'] = 'houzz'; return $icons; }The fontname and icon code were wrong (houzz-font, ue801).
Best regards,
JosuePrueba con este codigo CSS:
.slide-entry .minor-meta { display: none; }Hey!
I don’t think this can be solved by “changing something in the code” as it seems the issue is related to the server and not the theme, that’s why i ask you to discard with a plugin.
Here’s another discardment you can do without installing a plugin:
– Create a new WordPress User with a gmail address assigned to it and set the password to be sent via e-mail.
– Check if you get the WordPress message in the gmail address associated with this new User.Cheers!
JosueYou are welcome Laszlo, glad to help :)
Regards,
JosueHi!
The link you posted is not an Enfold installation.
Best regards,
JosueDecember 30, 2015 at 11:05 am in reply to: Getting Mailchimp Optin on a single line (Horizontal) #558398Hey!
Here’s the old tutorial on how to integrate MC4WP with Enfold:
http://kriesi.at/documentation/enfold/mailchimp-4-wordpress-integration/Refer to this thread on how to make it transparent:
https://kriesi.at/support/topic/single-line-mailchimp-sign-up-form/#post-487077Cheers!
JosueHola,
Has probado usando el elemento “Pase de diapositivas” configurado para mostrar 3 columnas?
Saludos,
JosueHey!
Try adding this code to the Quick CSS:
.av-masonry-entry{ width:25%; }Cheers!
JosueHey!
Do the following:
1. Upload the .eot, .woff, woff2, .ttf and SVG files to a/fonts/folder in your child theme directory (not in root).
2. Open your child style.css and place this code at the very beginning:@font-face {font-family: 'heberling_casual_nfregular'; font-weight: normal; font-style: normal; src: url('fonts/FILENAME.eot?v=3'); src: url('fonts/FILENAME.eot?v=3#iefix') format('embedded-opentype'), url('fonts/FILENAME.woff?v=3') format('woff'), url('fonts/FILENAME.ttf?v=3') format('truetype'), url('fonts/FILENAME.svg?v=3#FILENAME') format('svg'); }Change FILENAME by the actual filenames of your custom font.
Regards,
JosueHi!
Have you checked if the form works outside the slider?
Regards,
JosueHola,
Estas utilizando un Sidebar en esa pagina? me puedes mandar el link?
Saludos,
Josue -
AuthorPosts
