Forum Replies Created
-
AuthorPosts
-
Hi!
Is is possible to use two different layouts throughout the site? I’d like the home page to either be similar to the Flat Business Demo Page or the Restaurant Demo Page and the rest of the site to be similar to the default site.
Each demo has a whole different theme settings applied (theme colors, header position, logo, etc) so it’s not possible to have completely different pages through the site.
However you can set individual settings (like transparent header) to specific Pages that could allow you to achieve what you want:

Cheers!
JosueHey Fabio!
That’s an unexpected issue and it will be fixed in the next patch, in the meantime add this to Quick CSS:
@media only screen and (max-width: 767px){ .responsive #top { position: relative; } }Regards,
Josue-
This reply was modified 11 years, 2 months ago by
Josue.
Hi Charles,
As far as i know Schema is actually positive for SEO, you can read more about it here:
http://www.wordstream.com/blog/ws/2014/03/20/schema-seoBest regards,
JosueHey!
Please update the theme to the latest version (3.0.8).
Also, try increasing the memory limit to at least 128M:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueFebruary 2, 2015 at 11:36 pm in reply to: setting "parallax" on background image on color section #389737Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
You’d need to contact your hosting provider and ask them to enable the ZipArchive class.
Best regards,
JosueHey!
Go to Appearance > Editor and paste the following code in functions.php:
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Regards,
JosueHola Belema!
¿Me puedes pasar el link de tu pagina de portfolio?
Saludos,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
I’m supposing
enfold-child-dentistsis the theme the Dentists website is using then its functions.php should have:add_action('ava_after_main_menu','custom_things'); function custom_things() { echo '<div class="secondary-logo"> <a href=" http://www.theimplantexperts.com/"> <img src="http://dentists.theimplantexperts.com/wp-content/uploads/sites/2/2015/01/TIE_WebHeader_Patientslink1.png" /> </a> </div>'; }And if the Patients site is using
enfold-childthen its functions.php file should contain:add_action('ava_after_main_menu','custom_things'); function custom_things() { echo '<div class="secondary-logo"> <a href=" http://dentists.theimplantexperts.com/"> <img src="http://theimplantexperts.com/wp-content/uploads/2015/01/TIE_WebHeader_Patientslink.png" /> </a> </div>'; }Best regards,
JosueHi!
Quoting the installation steps from fontsquirel“>wp-font-face:
1. Upload font-face plugin folder to the /wp-content/plugins/ directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Generate @font-face packs on fontsquirel
4. Upload generated packages to plugin ‘/font/’ folderBest regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
You can do that in the Advanced Style editor:
Best regards,
JosueThe button is still linking to the shortened YouTube URL.
Best regards,
JosueHi,
Have you tried disabling all your custom CSS and plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#nosotros .av-extra-border-inner { background: white !important; }Adjust as needed.
Cheers!
JosueHi!
Yes, you can use this plugin too:
https://wordpress.org/plugins/wp-font-face/Best regards,
JosueI’ll tag him to this topic, please wait for his response.
Hey!
The error indicates a problem with the memory limit set on your site, i’d suggest increasing it to at least 128M:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueHey Richard!
Child theme functions.php is not meant to be an exact copy of the parent theme functions.php but more of an empty file to put custom functions, hooks, etc.
Regards,
JosueHi Krissie!
You can use this plugin to store custom functions without having to use a child theme.
Best regards,
JosueHey!
Make sure you are using the latest version of Enfold (3.0.8).
Best regards,
JosueHi!
Try with this:
#avia-menu li > a, #avia2-menu li > a, #avia-menu li.current-menu-item > a > .avia-menu-text{ color: white !important; } #avia-menu li:hover > a > .avia-menu-text, #avia2-menu li > a, #avia-menu li.current-menu-item > a > .avia-menu-text{ color: rgb(228, 228, 228) !important; }Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Yes, just add this line to your theme / child theme functions.php:
add_theme_support('avia_disable_reset_options');Regards,
JosueHi!
This will do it:
@media only screen and (max-width: 767px){ .responsive #top { position: relative; } }Best regards,
JosueHi!
Here you go:
#avia-menu li:hover > a > .avia-menu-text{ color: rgb(228, 228, 228) !important; } #avia-menu li > a > .avia-menu-text, #avia2-menu li > a, #avia-menu li.current-menu-item > a > .avia-menu-text, #avia-menu li.current-menu-item:hover > a > .avia-menu-text{ color: white !important; }Cheers!
JosueFebruary 1, 2015 at 2:31 am in reply to: gallery function – sometimes they don't pop to full thumbnail size on load page #388906Hey!
Try adding this code to the Quick CSS:
.avia_transform .avia-gallery-thumb img{ -webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ -moz-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */ animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }Cheers!
JosueHey!
Please check the “New Products Just Added” posts from the blog page, i added a read more tag after the first sentence.
Best regards,
JosueHi!
Try with this:
#avia-menu li > a > .avia-menu-text, #avia2-menu li > a, #avia-menu li.current-menu-item > a > .avia-menu-text{ color: white !important; } #avia-menu li:hover > a > .avia-menu-text{ color: rgb(228, 228, 228) !important }Cheers!
Josue -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
