Forum Replies Created
-
AuthorPosts
-
Hey!
Theme translation seems to be working fine – http://screencast.com/t/VSyxx15Gni2, you needed to select “hr_HR” as the Site Language in Settings. You may note however, that the WordPress translation is not taking effect and that’s because WP now uses a different locale for Croatian (just hr, not hr_HR), so you’ll have to select this instead:

If you do this you’ll have to change the po/mo theme files to:
- hr.po
- hr.mo
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#mobile-advanced { background: rgba(0, 0, 0, 0.9); } #mobile-advanced a{ color: white; } #mobile-advanced a:hover, #mobile-advanced a:hover .avia-menu-text{ background: inherit !important; } #mobile-advanced a:hover .avia-menu-text{ color: skyBlue; }Cheers!
JosueThis will do it:
.secondary-logo a{ max-height: 120px; overflow: hidden; }Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) { .avia-slideshow-inner, .avia-slideshow-inner li > div{ height: 320px !important; } .av_slideshow_full li img { height: 100%; } .slideshow_caption h2{ font-size: 26px !important; } }Cheers!
JosueAdd this:
.secondary-logo a { max-height: 120px; }Cheers!
JosueDon’t copy it from the mail notification but from the forum reply:
#top #wrap_all ins:before { content: "" !important; }Hi,
It doesn’t work because there is a typo in the code, don’t copy the code from the mail notification but from the forum reply.
Cheers!
JosueFebruary 23, 2015 at 4:53 pm in reply to: Set Avia Post Nav to only navigate between posts of the same category #400771Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Technically you can, not in the same way and functionality though. Try using a Video Layer as the background of the Slider.
Cheers!
JosueYeah, did you check if it worked?
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome. Sure, feel free to post the whole process here.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi Cindy!
So based on what you’re saying, if i add a shortcode to a text block in the AVIA layout builder, this too would be saved to the wordpress database and should be safe from future updates?
Correct, that would be part of the Post content (saved under wp_posts table in the database).
Regarding the CSS questions:
1. enfold.css, is the dynamic stylesheet (if using a child theme the name will change, ex: enfold-child.css) Enfold generates to store your theme Styling settings and Quick CSS, it is located in /wp-content/uploads/dynamic_avia/.2. style.css, here’s where you would put your custom CSS, to change something from one of the Enfold CSS files (base.css, layout.css, etc) you’d just need to copy the part you want to edit and perhaps add some !important to it to make sure it gets prioritised, for example to change the main-title styles (from layout.css):
.title_container .main-title { margin: 0; font-size: 24px !important; position: relative; z-index: 2; min-height: 42px !important; line-height: 3em !important; top: 0; font-weight: 900 !important; }3. Correct, that data is saved in the DB however if you are using a child theme it is recommended to use style.css instead, because sometimes custom CSS code can contain typos that would affect the rest of the dynamic stylesheet (refer to 1).
Cheers!
JosueFebruary 23, 2015 at 4:04 am in reply to: Social Toolbar – Twitter – not using "pretty" permalink #400360Hey!
Try changing this line:
$replace['title'] = !isset($this->post_data['title']) ? get_the_title() : $this->post_data['title'];To:
$replace['title'] = get_post_meta($post->ID, '_yoast_wpseo_title', true);Best regards,
JosueHi!
Use this code:
#top #wrap_all ins:before { content: "" !important; } #top ins.adsbygoogle ins { width: 120px !important; }Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi Dutchman!
Try changing that line to:
$(‘a[href*=#]’, container).not('.wpts_li_a').avia_smoothscroll(container);Cheers!
JosueHey!
Can you post a screenshot depicting the issue?
Best regards,
JosueFebruary 23, 2015 at 1:52 am in reply to: font size menu change / menu horizontal or vertical #400338Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try one of these plugins:
https://wordpress.org/plugins/simple-mobile-url-redirect/
https://wordpress.org/plugins/equivalent-mobile-redirect/Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Peter!
1. Content in Color Sections get vertically centered if you set a minimum height to the Color Section.
2. Refer to:
http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#header_main{ background: white; }Cheers!
JosueHey!
Thanks for the access, the mod should work now.
Regards,
JosueHey Ivana!
Glad you liked my tutorial, first make sure to set the plugin CSS to not load and add this to Quick CSS:
.mc4wp-form label{ color: white !important; } .mc4wp-form .modified_width .button { background: #F6937A !important; color: white !important; } .mc4wp-form .modified_width .button:hover{ background: #DA6346 !important; } .mc4wp-form { padding: 10px 20px; background: #FBC7B4; overflow: hidden; }Regards,
JosueHi Jasmer!
I’d suggest reducing the font-size when the screen gets smaller:
@media only screen and (max-width: 1024px) { .pricing-table > .avia-pricing-row:nth-child(2) { font-size: 28px; } }Cheers!
JosueFebruary 22, 2015 at 11:46 pm in reply to: How do I remove the grey break lines under the header and above the footer? #400303Hi Adam!
I’m not seeing that element in the link you posted.
Regards,
Josue -
AuthorPosts
