Forum Replies Created
-
AuthorPosts
-
June 4, 2014 at 6:30 pm in reply to: Page formatting causing text overlapping & poor layout on mobile site. #274625
It doesn’t work because you need to remove the inline styling (in LS layer options), just keep the #oshead ID:
<div id="oshead" style="line-height: 110%; font-weight: bold; font-size: 75px; color: #ffffff; text-align: center;">PROTECT <span style="color: #ff6600;">YOURSELF</span></div>The code i provided already covers that + the mobile view.
Best regards,
JosueHi,
I’m still not seeing it. Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSi, solo eso, si quieres pasarle variaciones, seria asi:
$fonts['PT Sans'] = ‘PT Sans:300,400,700′;Si, es mejor:
https://kriesi.at/support/topic/custom-fonts/Saludos,
JosueHey!
There is no reason why you couldn’t put a class in a ALB element within a portfolio item, look:
http://www.therecoveryforum.org/wp-admin/post.php?post=3271&action=edit&message=6Best regards,
JosueAdd this too:
blockquote p { line-height: 16px; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 4, 2014 at 12:21 am in reply to: Page formatting causing text overlapping & poor layout on mobile site. #274329Hey!
Your website is not loading, can you post a screenshot of your view on the ipod?
Regards,
JosueI’m seeing it with the right line height, however if you want to change it:
p { line-height: 28px; }Best regards,
JosueHello!
This is more of a WC issue/request rather than a theme one, unfortunately is out of the support scope we offer.
Cheers!
JosueHehe, that’s how things work right now, feel free to request it here as a feature for future updates.
If you have any additional questions please let me know :)
Cheers!
JosueJune 3, 2014 at 10:39 pm in reply to: woocommerce cart/checkout layout issues when using smartdevice (portrait mode ) #274280Hey Pedro!
Here’s a workaround, try adding this to the Quick CSS:
tr.cart-subtotal th, tr.shipping th, .order-total th, tr.cart-subtotal td, tr.shipping td, .order-total td { display: block; }Result:

Regards,
JosueThe thing is that doesn’t happen too often, but if it does you would need to merge it which is not a big deal, after all the mod is just a line change.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueLo que te falta es asignar la fuente al body element:
body{ font-family: 'trebuchet_msregular'; }Saludos,
JosueHey!
Try this plugin:
https://wordpress.org/plugins/widget-logic/To detect an archive page:
http://codex.wordpress.org/Function_Reference/is_archiveBest regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueNot necessarily, you can have this mod in a child theme. A duplicate of includes/loop-index.php in the child folder will do the trick.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-gallery-thumb a { min-height: 53px; }Cheers!
JosueHi Jelmer!
That was expected, a tablet doesn’t have the same power of a regular desktop, i think the best thing you can do in this case would be to paginate the portfolio.
Cheers!
JosueThat’s a known issue with LS and Windows servers, try applying this fix:
https://kriesi.at/support/topic/layer-slider-problem-with-accentuated-character-a/#post-261686Regards,
JosueWell, that’s how it’s intended to work.
However, there is a way to change that, open includes/loop-index.php and look for line 34:
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size);Change it to:
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], "full");Cheers!
JosueCan you post a link to that unfixed part?
My guess would be because of some plugin.
Best regards,
JosueHey!
You need to select the maximum image size here (when inserting the attachment):

Regards,
JosueHi,
Open and look for line:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize sliderReplace it by this:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1066, 'height'=>600 ); // images for fullsize pages and fullsize sliderAfter you done that, regenerate the thumbnails:
http://wordpress.org/plugins/regenerate-thumbnails/Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are including the old shortcodes.js in your child theme, that’s why it’s not working:
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 1); function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); wp_dequeue_script('avia-shortcodes'); wp_enqueue_script( 'avia-shortcodes', $child_theme_url .'/js/shortcodes.js', array('jquery'), 1, true ); }You need to update that file.
Best regards,
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
This is how it should look with the code applied, maybe there is some sort of caching functionality going on:

Regards,
JosueJune 3, 2014 at 9:38 pm in reply to: Child theme, custom.css – doesn't matter – I can't override anything! #274218I don’t think that plugin had something to do with this directly, but enabling/disabling it may have caused a cache reset on the server or something.
Best regards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
