Forum Replies Created
-
AuthorPosts
-
Hey Glyphism!
You can’t assign them an ID, but they get an automatic numeric class according to the order they are created, you can check it using the Inspector tool in Chrome:
Regards,
JosueHi Glyphism!
Have you tried using .home?
Cheers!
JosueHey Barabbas!
I guess you mean the padding, try adding this to the Quick CSS:
.avia-image-container img { margin: 0 !important; width: 100%; } .container { margin: 0 20px !important; }
Regards,
JosueHey davisar!
Here’s a workaround: https://kriesi.at/support/topic/linking-the-icon-box-icon/
Regards,
JosueDecember 7, 2013 at 3:32 am in reply to: How to display "Sidebar Pages" Widget on Sidebar for Portfolio Archive and Tags #197206Hey atrixdave!
By portfolio archive you mean this page?
http://staging.breitlingenergy.com/media/Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueDecember 7, 2013 at 3:19 am in reply to: Greek characters with punctuation marks not showing properly in android devices #197199Hi!
I tested your website in a Nexus 7, here’s how it looks:
Best regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
1. This code should do it:
.big-preview.multi-big { display: none !important; }
2 and 3. You can change that in line 9, both in single.php and single-portfolio.php.
4. Try this:
.home .avia-content-slider-inner .slide-image { display: none !important; }
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueDecember 7, 2013 at 12:24 am in reply to: Calce perfecto de Imagen Full Width en el Homepage #197169Prueba a cambiar la regla a esto:
body.page-id-3236 { overflow-x: hidden; }
El asunto es que solo puedes apuntar al elemento body de una pagina especifica (home), mas no al html, ya que este no lleva ninguna clase de identificacion.
Si no te funciona, lo que podrias hacer es incluir en el contenido de esa pagina (dentro de un Bloque de Texto), algo como:
<style>html, body{ overflow-x: hidden; }</style>
Saludos,
Josue.Hi!
Do the same with this two files: single.php > single-portfolio.php
Regarding hiding the thumbnail:
.big-preview{ display: none; }
Best regards,
JosueDecember 6, 2013 at 11:57 pm in reply to: Breadcrumbs / Protfolio Breadcrumbs / Page Side Bar Menu #197160Hey HuxburyQuinn!
You can use this plugin as a workaround for Q3.
For Q4, try using this to alter its order.
Best regards,
JosueHi Dave,
Try pasting the whole content of includes/loop-index.php to includes/loop-portfolio-single.php, that would do it, but be sure you are not using Advanced Layout Builder in the portfolio items.
Best regards,
JosueOi Fabiana,
That happens because the content of that page is too small, so the bottom gets filled with the background color, try adding this to the Quick CSS:
.post-entry { min-height: 550px; }
Regarding the smaller padding in the footer:
#footer .widget_text { margin: 0 !important; }
Cheers!
JosueHi,
What do you mean by ‘capitols’? can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your forum please?
Regards,
JosueHey!
Only if you have made modifications to the theme files, otherwise you don’t need to backup anything, the style settings are stored in the database.
Regards,
JosueHey!
Please update Enfold to the latest version (2.4.2). You have 2.2.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .avia-gallery .avia-gallery-thumb a { height: 255px; }
Cheers!
JosueHi!
It will affect all tables in the site, however you can filter which tables are affected by putting the page ID before the selector Yigit provided:
.page-id-3207 .main_color .pricing-table li.avia-heading-row, .page-id-3207 .main_color .pricing-table li.avia-heading-row .pricing-extra { background-color: red; color: #ffffff; border-color: red; }
Best regards,
JosueHey Renegade!
A bug i think, it will probably get fixed in future updates.
Cheers!
JosueThe HTML code would look like this:
<a target="_blank" href="https://twitter.com/intent/tweet?text=<?php the_title(); ?>&url=<?php the_permalink(); ?>&via=@username">Tweet</a> <a target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>">Share on Facebook</a> <a target="_blank" href="https://plus.google.com/share?url=<?php the_permalink(); ?>">Plus on Google+</a> <a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&summary=<?php avia_excerpt(50); ?>&source=<?php the_permalink(); ?>">Share on LinkedIn</a> <a target="_blank" href="http://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&description=YOUR-DESCRIPTION&media=YOUR-IMAGE-SRC">Pin on Pinterest</a> <a target="_blank" href="https://vk.com/share.php?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&description=YOUR-DESCRIPTION&image=YOUR-IMAGE-SRC&noparse=true">Share on VK</a> <a target="_blank" href="https://www.xing-share.com/app/user?op=share;sc_p=xing-share;url=<?php the_permalink(); ?>">Share on Xing</a>
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueDecember 6, 2013 at 10:14 pm in reply to: Removing specific portfolio items from portfolio grid #197125Hi shelteredinsound!
Open /config-templatebuilder/avia-shortcodes/portfolio.php and look for line 659:
$query = array( 'paged'=> $page, 'posts_per_page' => $params['items'], 'post_type' => $params['post_type']);
Replace it by this:
$query = array( 'paged'=> $page, 'posts_per_page' => $params['items'], 'post_type' => $params['post_type'], 'post__not_in' => array(get_the_ID()));
Cheers!
JosueHi!
I think it would be better to revert it when viewed in a mobile device:
@media only screen and (max-width: 767px) { #top div .avia-gallery .avia-gallery-big{ width: 100% !important; min-height: 0 !important; } }
Best regards,
JosueHi peterfagerberg!
Thanks for sharing it, do you want it for Posts or Pages? you will need to change the URL parts (in the HTML) by the_permalink() function.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top { background: white; }
Cheers!
JosueHi fbarfety!
You can check where is your temp folder by running phpinfo(), do the following: create a file info.php and put this inside:
<?php phpinfo(); ?>
Then simply run it using the browser and it will throw a lot of data, perform a search for “upload_tmp_dir”.
http://wordpress.org/support/topic/missing-temporary-folder-phpini-not-accessible
Cheers!
Josue -
AuthorPosts