Forum Replies Created
-
AuthorPosts
-
March 30, 2015 at 11:49 pm in reply to: 'Preauthorization has already been used' Error – Credit Card Payment – Paymill #420886
Hi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueUse esto:
@media only screen and (max-width: 767px){ .responsive #top .main_color .tabcontainer .active_tab { background-color: red; } }Hi!
Do they show up if you activate Twenty Fifteen?
Cheers!
JosueHey!
I’m sorry but this has implementation has fallen beyond our support scope, if you really need it you can request a customization here:
http://kriesi.at/contact/customizationBest regards,
JosueHi!
Change it like this so it only gets applied on desktop:
@media only screen and (min-width: 767px) { .html_boxed #top .cart_dropdown { top: 100px; } }Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueMarch 29, 2015 at 8:05 pm in reply to: codeblock not rendering in the front-end [avia_codeblock_placeholder uid="0"] #420079Page Templates and pages with ALB activated don’t play nice together, use this instead (it will attach the page slug to the body_class).
http://www.wpbeginner.com/wp-themes/how-to-add-page-slug-in-body-class-of-your-wordpress-themes/Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px ) and (max-width: 989px) { .responsive #top .cart_dropdown { margin: -23px 60px 0 0; } }Cheers!
JosueHi Phet!
Make sure you don’t have this option activated – http://screencast.com/t/VKJE3slgxng
Best regards,
JosueMarch 29, 2015 at 7:53 pm in reply to: White Border Showing Between Left Menu and Page Content #420072Hey!
Try adding this code to the Quick CSS:
.html_header_left #main { border: 0 !important; }Cheers!
JosueMarch 29, 2015 at 7:43 pm in reply to: codeblock not rendering in the front-end [avia_codeblock_placeholder uid="0"] #420068Hey!
It’s because you’re setting a Page Template (page-team.php) to the ALB-built Team page, i’ve change it now to the Default Template and you can see the code blocks are working
Cheers!
Josue-
This reply was modified 11 years ago by
Josue.
March 29, 2015 at 6:54 pm in reply to: ENFOLD – change Background of the gallery (thumbnail view) #420053Hey!
Try adding this code to the Quick CSS:
.main_color .avia-gallery img, .main_color .avia-gallery .image-overlay { background: transparent !important; }Cheers!
JosueHey MindSpark!
What code are you using to insert the widget?
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('avia_meta_header', 'add_custom_content_to_header'); function add_custom_content_to_header() { echo "<div class='header_custom_content'>Hello</div>"; }Cheers!
Josue#top .avia_cart_buttons { background: red !important; } #top .avia_cart_buttons .button.add_to_cart_button { background: green !important; } #top .avia_cart_buttons .button.show_details_button { background: blue !important; }Change as needed.
Yeah i see it now, try adding this:
.html_boxed #top .cart_dropdown { top: 100px; }Hey!
Try adding this code to the Quick CSS:
#top .added_to_cart_notification { position: fixed; top: auto; bottom: 20px; }Cheers!
JosueHey!
Can you create a mockup of what would you want to achieve?
Best regards,
JosueHey!
It is working, i just translated another string (http://a.pomf.se/tqukrm.png) and it is showing the Russian version (http://a.pomf.se/itrlya.png).
Best regards,
JosueHey!
1. Use padding-top/padding-bottom to increase the height of the meta area:
#header_meta .container { padding-top: 15px !important; padding-bottom: 15px !important; }2. I don’t understand the other thing, why don’t you merge menuNotLogged with menuSecondary?
$args[‘menu’]can only accepts one menu.Best regards,
JosueHi,
Can you post the link to that page?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueYour website is currently unaccessible (403).
Hi!
Yes, as long as you point to an element with an ID set:
<div id="some">Hello World</div>Best regards,
JosueHey!
Merge your code with this:
#header-welcome{ font-family: 'Roboto'; color: #C37D2D; font-size: 14px; border: 2px solid #C37D2D !important; text-align: center; padding-left: 5px; padding-right: 5px; } #avia2-menu, #header-welcome { float: right; } img.grp-top-banner { float: left; } @media only screen and (max-width: 767px) { #avia2-menu, #header-welcome, img.grp-top-banner { float: none !important; display: inline-block !important; } #header_meta{ text-align: center; } }Best regards,
Josue-
This reply was modified 11 years ago by
Josue.
Ponle !important:
#top .tab_titles .tab, #top .tabcontainer .active_tab_content { background: transparent !important; border: 0 !important; }Glad it worked :)
Best regards,
JosueStill, can’t login. Alternatively, you can change your code temporarily so the welcome thing appears at all times, that way i wouldn’t need to login in order to see it.
I see, there seems to be some strange characters in the content Gist returns, it’s weird. Try using this one instead:
https://www.dropbox.com/s/t4euesgs1qshxir/shortcodes.js?dl=0Best regards,
Josue -
This reply was modified 11 years ago by
-
AuthorPosts
