Forum Replies Created
-
AuthorPosts
-
Hi!
I think that’s a valid method, but i’d change it to
position: absolute; top: 0;like:#block-post article .slide-content { position: absolute; top: 0; }Regards,
JosueWhat’s the URL to login? if i go to wp-admin i get a 403 forbidden message.
Regards,
JosueMarch 27, 2015 at 10:48 pm in reply to: Center Logo in Navgation and hover the pics like in eunoia #419657You are welcome, glad to help :)
Cheers!
JosueMarch 27, 2015 at 10:47 pm in reply to: Mobile Menu – Not displaying at all & how can I change the look #419655Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi John!
Hand me an admin account in a private reply and a link to the page with the problem.
Regards,
JosueThe header gets position: relative; when viewed on smaller viewport, you’d need to somehow tell the header to remain fixed at all times, something like this:
#header{ position: fixed !important; }Best regards,
JosueMarch 27, 2015 at 8:02 pm in reply to: Mobile Menu – Not displaying at all & how can I change the look #419584Hi,
Try putting the code at the beginning of the Quick CSS field, if it still doesn’t work, please create us a WordPress administrator account, post it here as a private reply.
Regards,
JosueHey!
@DavyE, i’ve re-applied the mod to shortcodes.js, can you check if the slider is still broken? if it is, please post a link to the page in question.
@KirinDesign, your websites are not loading, also i think your issue is different as this is more about an experimental modification to the Maps script in shortcodes.js, if you’ve not done that, it would be better to create a new topic for your issues.Regards,
JosueHey!
If you want to reduce the size there, you’d need to increase the column count in WooCommerce > Settings > Products > Display (http://a.pomf.se/lzabja.png).
Best regards,
JosueHm, i don’t think that would be possible because lightbox activation happens before the image switch would occur.
Best regards,
JosueGood thinking, glad to help :)
Best regards,
JosueOn WordPress.
Best regards,
JosueHi!
Not necessarily, you can still set a Featured Image in each individual Post.
To get the avatar you need to register a Gravatar with the e-mail you are using in the forum.
Best regards,
JosueMarch 27, 2015 at 5:45 am in reply to: Mobile Menu – Not displaying at all & how can I change the look #419090Hi!
1. Add this to Quick CSS:
#advanced_menu_toggle:before { content: "Menu"; font-size: 14px; color: #009f5e; font-weight: bold; } #advanced_menu_toggle { border: 0; background: transparent !important; }2. Enable this – http://screencast.com/t/tXm4PiZrt6
Regards,
JosueHey!
Sorry but as far as i know these demos weren’t started in Photoshop so there is no PSDs available (see Kriesi response here).
Regards,
JosueMarch 27, 2015 at 5:20 am in reply to: None of my Custom CSS is working since I installed the latest version of Enfold #419083Hey!
Have you tried flushing the caching / minification currently activated on the site?
Cheers!
JosueHi!
It is difficult to predict every kind of logo/menu combination. In your particular case, i think the best solution would be to enable the 990px breakpoint here and reduce the font-size + padding of the menu items based on the screen size, something like this in Quick CSS will do it:
@media only screen and (max-width: 1200px) { .responsive #top #header .av-main-nav > li > a{ font-size: 14px !important; } } @media only screen and (max-width: 1100px) { .responsive #top #header .av-main-nav > li > a{ font-size: 12px !important; padding: 0 8px; } }Cheers!
JosueHey!
We need an account to see the header-welcome thing, post one here as a private reply.
Best regards,
JosueHey!
It is currently the expected behavior, when you activate ALB it will convert that post type into a empty canvas so all its native features will be lost. You can however, drag some Post-specific elements like Comments.
If you have any idea for an improvement feel free to post them here:
https://kriesi.at/support/enfold-feature-requests/Best regards,
JosueHola Mario,
Si, añade esto al Quick CSS:
#top .tabcontainer .tab_content { background: transparent; }Saludos,
JosueHola Mario!
Siempre veo los 3 filtros ¿en que momento te pasa exactamente?
Saludos,
JosueHi!
You need to first reset the #main element background, the final code should be like this:
#main { background: transparent; } #testcolorsection{ background: rgba(255, 255, 255, 0.8); }Cheers!
JosueHi Julie!
Try with the following:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( is_singular('post,wels-devotion') ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } if( is_singular('faq') ){ $args['title'] = "Static FAQ Text"; } return $args; }Regards,
JosueHi!
Check the console, $ is not available so you need to wrap your JavaScript with a closure, like this:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { // you can use $ here }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
JosueHm, try adding this to the Quick CSS:
.single-product-main-image .images { max-width: 312px; }Regards,
JosueThe problem is, these elements are not suited to be called as Ajax content because there is some JavaScript that gets applied on top of them, the
tab_titlesthing for example, is dynamically added in js/shortcodes.js, line 2590:tab_titles = $('<div class="tab_titles"></div>').prependTo(container),Not sure about this but you could try putting them as raw HTML instead of shortcode format.
Best regards,
JosueHey!
Not necessarily,
avia_responsive_mega_menuis pluggable, that means you can just copy the wholeavia_responsive_mega_menuclass (including the !class_exists conditional) to your child functions.php file and it will override the original one.Best regards,
Josue-
This reply was modified 11 years ago by
Josue.
Hi Tim!
Use the following:
.template-blog .read-more-link { display: inline; float: none; } .template-blog .entry-content > p { display: inline; border: 0; } .template-blog .entry-content { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #F8F8F8 }Cheers!
JosueHi Radoslav!
Try with the following instead:
function add_custom_image(){ ?> <script> function changeImage($this, image) { $this.setAttribute("src", image); } </script> <?php } add_action('wp_footer', 'add_custom_image');The img structure would be like this:
<img src="https://placekitten.com/g/200/300" onClick="changeImage(this, 'http://kriesi.at/wp-content/themes/kriesi/images/logo.png')" />You can see it working here:
http://jsbin.com/fovovihije/edit?html,js,outputBest regards,
JosueHey!
I was able to reproduce this on my end and i don’t think this is the expected behavior so i’ll report it to Kriesi. In the meantime, you could try using Contact Form 7:
https://wordpress.org/plugins/contact-form-7/
http://contactform7.com/redirecting-to-another-url-after-submissions/Cheers!
Josue -
This reply was modified 11 years ago by
-
AuthorPosts
