Forum Replies Created
-
AuthorPosts
-
Hi,
Does it happen with the default WordPress theme activated?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top #header .avia_mega_div a { line-height: 18px !important; } #top #header .avia_mega_div>.sub-menu{ padding: 10px 30px 10px; } #top #header .avia_mega_div>.sub-menu.avia_mega_hr{ padding-top: 10px; }Cheers!
JosueSeptember 30, 2014 at 8:09 pm in reply to: How to set image to use fullwidth even slider settings is set to fullwidth #327553Hi,
Can you post the link to the page please?
Regards,
JosueHi!
I asked for a link to your website.
Regards,
JosueQuedo bien, un gusto poder ayudado :)
Hey!
Can you post a link to your blog?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.copyright img { position: relative; top: 8px; margin-right: 10px; }Cheers!
JosueHi!
Yeah i forgot about that, you could make it apply only to 989px or more:
@media only screen and (min-width: 989px) { .header-scrolled .logo img { opacity: 0; } .header-scrolled .logo a { background-image: url("http: (Email address hidden if logged out) "); background-repeat: no-repeat; background-size: contain; background-position: top left; } }Best regards,
JosueHey!
Is that the only method they provide for the button insertion? this is a z-index problem but it is hard for us to control it because the button and the popup are both an iframe.
Cheers!
JosueHi Daniela!
Try changing that in Settings > Media. Remember to regenerate the thumbnails afterwards.
Best regards,
JosueNo funciona porque las comillas no se pasaron correctamente, esto normalmente pasa cuando lo copias directamente desde el correo, asegúrate que esa parte este bien escrita (“”) en el Quick CSS – http://screencast.com/t/xKQowC7kZ8
Hey JamesTuttle!
I guess you are referring to the video in your home slider (LayerSlider), you can set a poster image to that this way:
<video width="480" height="360" preload="metadata" controls poster="_GRAPHIC_URL_HERE_"> <source src="/wp-content/uploads/2014/08/What-Does-Courage-Mean-To-You.mp4" type="video/mp4"> <source src="/wp-content/uploads/2014/08/What-Does-Courage-Mean-To-You.mov" type="video/mov"> </video>Regards,
JosueSeptember 30, 2014 at 6:57 pm in reply to: Slider video doesn't' work in Chrome or Firefox, Opera or Safari #327517Hey!
Quick CSS is getting applied from what i can see, can you specify what edit is not showing exactly?
Best regards,
JosueSeptember 30, 2014 at 6:38 pm in reply to: Contact form not sending emails to "deliver to" address #327504Hey @orp!
I made a test form here (with my address avia.josue at gmail.com) and it worked fine – http://screencast.com/t/f3Vvwxtj
Best regards,
JosueHey!
There is a reason for that, and it’s because Posts have additional built-in functionalities like formats, share links, related entries and comments, when you activate ALB on Posts you basically transform it into an empty canvas, losing their “Post” purpose.
Best regards,
JosueHey!
You can always use the Vimeo iframe embed code (with any options you want) in a Text element (Content Elements).
Cheers!
JosueSeptember 30, 2014 at 6:27 pm in reply to: Problem with Quick CSS after activating W3 Total Cache #327489Yeah that would be better, you can contact someone here, purging the CDN in W3 Cache panel should actually work though.
Regards,
JosueHi Tim!
The problem is that your homepage page and the ‘alimentatie berekenen’ post share the same slug – http://screencast.com/t/W2sOtqMEAp5
Cheers!
JosueSeptember 30, 2014 at 5:32 pm in reply to: Full-Width Layer Slider no longer working after update #327463You are welcome Shawn, glad to help :)
Regards,
JosueSeptember 30, 2014 at 5:31 pm in reply to: Page with list of all items that are in a portfolio category #327460You are welcome, glad to help :)
Regards,
JosueHey!
Could you please check if the lightbox work on another computer/device?
Regards,
JosueHi!
Please post a link to that website.
Regards,
JosueHi!
Yes, try using a Video element (Media Elements) instead, that should display fine on mobiles.
Regards,
JosueHi,
Open includes/loop-index.php and look for this:
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>'; echo '</span>'; echo '</span>';Add this line below:
echo "<span class='text-sep text-sep-cat'>/</span><span class='minor'>Last modified: ".get_the_modified_date('F j, Y')." at ".get_the_modified_date('g:i a')."</span>";Regards,
JosuePrueba con este código:
.page-id-215 #wrap_all:after { content: ""; position: absolute; top:0; width: 100%; height: 100%; background: #ffffff url(https://diegoestrada.es/diego-test/wp-content/uploads/2014/03/IMAGEN-2.jpg) top center no-repeat fixed; } .page-id-215 .content{ min-height: 500px; }Hi Orhan!
In that case, don’t remove anything and add this to Quick CSS:
.single-format-video .big-preview.single-big { pointer-events: auto; }Regards,
JosueHi Pedro,
The breadcrumbs work as expected if you start from the homepage, but not if you change the language while being in the portfolio item and that’s because the breadcrumbs are session based (it stores the previous page name regardless of hierarchy), i’m not sure if there is a workaround to this to be honest, i have tagged the head of support.
Regards,
Josue -
AuthorPosts
