Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
JosueHi!
I didn’t find any “food” category on the website you posted, can you point where exactly it is?
Best regards,
JosueHey!
Can you list the exact URLs in question?
Best regards,
JosueHey Jasmer!
Refer to this:
https://kriesi.at/support/topic/6-columns-in-footer/#post-138601Regards,
JosueMarch 12, 2015 at 9:01 am in reply to: Accordian Slider with images instead of portfolio items #410350Hi,
Can you post the link to your website please?
Regards,
JosueYou are welcome Jack, always glad to help :)
Regards,
JosueHi,
Can you post the link to your website please? admin access may be needed too.
Regards,
JosueHi!
Change your first code to this:
.header_color .main_menu ul:first-child > li.current-menu-parent > a, .header_color .main_menu ul:first-child > li.current-menu-item > a { background:#53a3b7 !important; color: #ffffff!important; }Best regards,
Josue-
This reply was modified 11 years ago by
Josue.
March 11, 2015 at 11:45 pm in reply to: Woocommerce, mostrar productos Agotados en otra página. #410199Hola,
Este plugin tal vez te sirva:
https://wordpress.org/plugins/woocommerce-sold-out-products/Saludos,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
What do you want to change in the current slider? (i supposing it is on the page you linked here).
Regards,
JosueHi!
Please check it now, i added this to Quick CSS to ensure that images are shown correctly:
img.ls-l { width: auto !important; height: auto !important; }Regards,
JosueHi!
Try changing the Quick CSS to this:
@media only screen and (max-width: 989px) { #top #wrap_all .main_color h1{ font-size: 32px !important; } .phone-info .av_font_icon { margin: 0 7px !important; } #top .aviaccordion-title { font-size: 24px !important; } #top .aviaccordion-preview-title-wrap { padding-top: 165px; } } @media only screen and (max-width: 567px) { #top .aviaccordion-title { font-size: 20px !important; } #top .aviaccordion-preview-title-wrap { padding-top: 145px; } } @media only screen and (max-width: 480px) { #top .aviaccordion-title { font-size: 16px !important; } #top .aviaccordion-preview-title-wrap { padding-top: 105px; } }Best regards,
JosueI’ll let Kriesi know.
March 11, 2015 at 12:17 am in reply to: Add custom font which aren't listed as official Google fonts #409614Yeah that would work too, but i’d suggest leaving that in Quick CSS instead, to avoid overriding when the theme gets updated,
Cheers!
JosueHey!
If you don’t need a full width menu i’d suggest using wp_nav_menu instead (if you need an example on how to use check includes/helper-main-menu.php:130).
Regards,
JosueHi Ronald,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
JosueHey!
Does it work if you edit the image directly in Media > Library?
Regards,
JosueHello!
You can put two Blog Elements in two 1/2 Columns, not sure what you meant with the color background, if you can provide a mockup that would be great. Regarding the share buttons you’d need to use a 3rd party plugin for that as the Enfold ones only appear on single view.
Regards,
JosueMarch 10, 2015 at 11:04 pm in reply to: Add custom font which aren't listed as official Google fonts #409587Hey!
Add this at the very end of your theme / child theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_custom_font'); add_filter( 'avf_google_content_font', 'avia_add_custom_font'); function avia_add_custom_font($fonts) { $fonts['Open Sans Hebrew'] = 'Open Sans Hebrew'; return $fonts; }That will enable Open Sans Hebrew in General Styling > Fonts so you can set the heading elements to that.
Cheers!
JosueCorrect, from now on when you upload a new media file it will be resized to the sizes set in Settings > Media.
Cheers!
JosueHey!
Bulk resizing would be quicker but if you are experiencing freezing you’d need to do it individually. I don’t think this would cause any collateral damage to be honest, but to be extra sure go to Settings > Media and re-check that each image size is the correct one, also, you can use this plugin to backup your current Media Library before doing the regeneration:
https://wordpress.org/plugins/downml/Best regards,
JosueMarch 10, 2015 at 9:06 pm in reply to: Add custom font which aren't listed as official Google fonts #409086Hi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
It’s because of the sidebar setting, the blog layout will display differently depending on this setting.
Best regards,
JosueHi romano2!
In /enfold/config-templatebuilder/avia-shortcodes/portfolio.php, around line 720:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";But you’d first need to get the taxonomy ID in order to get
term_descriptionto work. You can use this function for that – http://codex.wordpress.org/Function_Reference/wp_get_post_termsRegards,
JosueHey!
The sidebar currently looks the way you want, what do you want to change exactly?
Cheers!
JosueHey Charlotte!
I didn’t note any video on the page you linked, can you post a URL to the mp4 file so i can test it on my end?
Regards,
JosueHi!
You’d need to purchase LayerSlider as a standalone plugin if you want to use it in shortcode format:
http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246Regards,
JosueHey!
Have you tried using LayerSlider? you can have full control of how the text and image is positioned.
Regards,
Josue -
This reply was modified 11 years ago by
-
AuthorPosts
