Forum Replies Created
-
AuthorPosts
-
Hi,
Does it gets fixed if you enable the default WordPress theme?
Cheers!
JosueHey!
Yeah, also i’d suggest trying this plugin to reduce the load: https://wordpress.org/plugins/bwp-minify/
Regards,
JosueHey!
Just pass the code you have in Quick CSS, because if your code has any typos or errors it will nullify the dynamic styles the theme generates.
Regards,
JosueNo, you’ll need to use is_single:
http://codex.wordpress.org/Function_Reference/is_singleYou are welcome, let us know if you need something else :)
Regards,
JosueTry with in_category().
Hey!
Hmm, in that case it would be more convenient to use a shortener like http://bit.ly.
Regards,
JosueHello,
Yeah, maybe you didn’t select Droid Arabic as the font of the element you were editing. Also, i’d suggest putting any CSS fixes in the child theme style.css to avoid any conflict with the Quick CSS.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueIt’s working now, you had a typo in this code that was blocking all the code below:
#top .av_header_glassy.av_header_transparency #header_main { background-color: rgba(255,255,255,0.6);Missing “}”.
Hey!
Try adding this code to the Quick CSS:
body{ font-family: "Droid Arabic Kufi" !important; }Cheers!
JosueIt’s done, i used this code:
function enqueue_rtl() { wp_enqueue_style( 'avia-rtl', get_template_directory_uri()."/css/rtl.css", array(), '1', 'screen' ); } add_action( 'wp_enqueue_scripts', 'enqueue_rtl', 100 );August 31, 2014 at 5:49 pm in reply to: Full Sized Blog Element (Big Preview Pic) post-title entry-title #311573Hey!
Try adding this code to the Quick CSS:
.avia-slideshow-dots{ display: none; }Cheers!
JosueAugust 31, 2014 at 4:54 am in reply to: Problemas de estilo y algo de estructura en general. #311435Ya, mira creo que ya esta, modifique el functions-enfold.php.
You are welcome Darryl, glad to help :)
Regards,
JosueHi!
Hmm, i suppose your columns are in the .content container, try:
@media only screen and (max-width: 767px) { .content .flex_column.first{ display: none; } }Best regards,
JosueTry the following; add this code to your functions.php file:
function enqueue_rtl() { wp_enqueue_style( 'avia-rtl', get_template_directory()."/css/rtl.css", array(), '1', 'screen' ); } add_action( 'wp_enqueue_scripts', 'enqueue_rtl', 100 );August 30, 2014 at 11:41 pm in reply to: Open magnific popup automatically when a specific page load #311412You are welcome, glad to help :)
Regards,
JosueHi!
Yes, putting the carousel inside the wrap element would solve this issue but the script is the one who is deciding the element position, unfortunately i’m not familiar with that script, perhaps contacting the author would be the best route in this case.
Cheers!
JosueAugust 30, 2014 at 9:41 pm in reply to: Problemas de estilo y algo de estructura en general. #311393Deberia arreglarse cambiando la fecha de publicacion, me puedes pasar una cuenta de admin para mirarlo?
August 30, 2014 at 9:07 pm in reply to: Problemas de estilo y algo de estructura en general. #311382Prueba con esto:
.avia_cart_buttons { opacity: 0.6; }Hi!
I use this tool to make file comparisons – https://www.diffchecker.com/
Regarding the magazine.php file, you can do the following – http://kriesi.at/documentation/enfold/working-with-the-advanced-layout-builder/
Cheers!
JosueHey!
The problem seems to be that the rtl stylesheet doesn’t exist on the server – http://almobadarat.com/site/home/mobadara/public_html/site/wp-content/themes/enfold/css/rtl.css?ver=1
I’d suggest re-installing via FTP.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .tab_inner_content > div { width: auto !important; } }Cheers!
JosueAugust 30, 2014 at 7:39 pm in reply to: Problemas de estilo y algo de estructura en general. #311355El orden de las flechas es cronologico, tendrías que modificar la fecha de los posts.
Hi Vince!
I was able to set a custom excerpt for the “ZEOS Waxing for Men” post and it is showing as expected in the blog page – http://screencast.com/t/VWp47k9c99a
Regards,
JosueHello!
That’s possible but would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Best regards,
JosueAugust 30, 2014 at 6:33 pm in reply to: Open magnific popup automatically when a specific page load #311331Hi!
Check the API methods for Magnific Popup – http://dimsemenov.com/plugins/magnific-popup/documentation.html#api
Also, you could create an invisible link linking to that image and make it trigger on load, something like:
(function($){ $(window).load(function() { $('.trigger').trigger('click'); }); })(jQuery);Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .av-parallax.avia-full-stretch { background-size: contain; } }Cheers!
Josue -
AuthorPosts
