Forum Replies Created
-
AuthorPosts
-
Hey!
Put it at the very end of Quick CSS, the result should be this:
Cheers!
JosueEl código debería aparecer aqui luego de que lo agregas al Quick CSS:
http://www.diegoestrada.es/wp-content/uploads/dynamic_avia/enfold.css?ver=1
Pero no lo veo. Intenta agregarlo de nuevo.
Saludos,
JosueHey!
I see, try with this instead:
<?php if(is_home() && isset($_GET['nomobile']){ echo ""; } else { echo "<script src='http://lapolla.com/custom/detectmobilebrowser.js'></script>"; } ?>
Regards,
JosueYou are using images as text:
http://sara-energiearbeit.de/wp-content/uploads/2013/12/Sara_Stojakovic2.pngBest regards,
JosueDe nada, que bueno que te haya podido ayudar :)
Saludos,
JosueYou are welcome, glad we could help :)
Regards,
JosueDid it work?
Regards,
JosueHi!
Add this too:
jQuery(".iconlist_icon").each(function(){ var theLink = jQuery(this).siblings("article").find(".iconlist_title a").attr("href"); if(theLink) { jQuery(this).on("click", function(){ window.location.href = theLink; }); } });
Regards,
JosueHola,
Prueba con esto, ponlo en el contenido del Page mientras estas en la pestaña Texto:
<style>html, body{ overflow-y: hidden !important; }</style>
Saludos,
JosueHi!
I modified the code a bit, now it will target all iconboxes regardless if they are in the homepage or not.
Regards,
JosueHey!
Modify the code to this:
jQuery("article.iconbox").each(function(){ var theLink = jQuery(this).find("a").attr("href"); jQuery(this).on("click", function(){ window.location.href = theLink; }); });
Regards,
JosueYou can’t add PHP code in a Page/Post content (Text box), my recommendation was to put it in the header.php file.
As a side note, if you insist in putting the code in the actual Page you can do it, but you’d need to rely on a plugin: http://wordpress.org/plugins/insert-php/
Cheers!
JosueHi!
What sample sliders are you referring to? if they are LayerSlider sliders, you’d need to re-create them using LayerSlider. The only thing you do in the actual Page is invoking them.
Regards,
JosueHey!
See Peter’s response here:
https://kriesi.at/support/topic/adding-google-fonts-3/#post-175612Regards,
JosueHey!
That’s called a Mega Menu, check this video:
Best regards,
JosueHi andreyp1978!
Please be patient, your topics are less than 5 hours old, we need to attend other customers too, i’ll personally look on yours next.
Best regards,
JosueHi Tech!
You can’t add PHP code in a Page/Post content, put in the header but wrap it inside this conditional tag:
<?php if(is_home()){ if(isset($_GET['nomobile'])){ echo ""; } else { echo "<script src='http://mysite.com/custom/detectmobilebrowser.js'></script>"; } } ?>
That way that code will only run in the home page.
Best regards,
JosueHey Barabbas!
Go to Enfold > General Settings > Responsive Layout > Select “Fixed Layout”
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.post-entry-2594 .flex_column.av_one_third.avia-builder-el-6.el_after_av_two_third.avia-builder-el-last.column-top-margin { position: relative; top: -240px; }
Cheers!
JosueDecember 7, 2013 at 4:16 am in reply to: Columns within the same text block/icon box/promo box #197239Hey NaturaIntegrativeMedicine!
This will do it:
.post-entry-2581 .avia-builder-el-5 .iconbox_content_container { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
But, that solution will only work in modern browsers, if you want to support older ones like IE, you’ll need to do it the classic way, splitting that content in three different columns:
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.bbp-header { background: #333 !important; }
Cheers!
JosueHey NaturaIntegrativeMedicine!
Try putting it as HTML:
<a href="_URL_TO_YOUR_PDF_FILE.pdf">Download</a>
Regards,
JosueHey Daniel!
Try adding this code to the Quick CSS:
.grid-image.avia-hover-fx { border-radius: 100px; overflow: hidden; }
Cheers!
JosueDecember 7, 2013 at 3:57 am in reply to: WP FullCalendar – theme conflict shows two calendars #197222Hey!
Unfortunately, we aren’t really able to support third party plugins/drop-ins directly. As i mentioned in the other thread, you can request a quote here.
Regards,
JosueHi!
I guess the safest option would be No Formatting.
Cheers!
JosueHi,
Can you post the link to your website please?
Also, post the code fonts.com provided you.Regards,
JosueHi Ben!
Try switching back to the default WordPress theme in order to discard if the issue is theme-related or not.
Regards,
JosueDecember 7, 2013 at 3:47 am in reply to: Enfold – How to make a page like the One page portfolio example of home pages #197217Hi fgrippe!
I guess you are referring to the Parallax effect, that page is included in the dummy content that you can import after you activate the theme.
Regards,
Josue -
AuthorPosts