Forum Replies Created
-
AuthorPosts
-
Hi Andrew,
Well, seeing the site live would greatly help finding a fix to your issue, if you don’t want to post the link you can send it to me at (Email address hidden if logged out)
Cheers!
JosueGlad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueSeptember 19, 2013 at 10:40 am in reply to: Ajax Portfolio Thumbnails show showing incorrectly #163491Glad we could help. You just need to close the initial topic, but don’t worry i’ll do it for you :)
Regards,
JosueSeptember 19, 2013 at 10:39 am in reply to: Widget in a Text Block, Testimonial in a Textblock possible? #163490Glad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueHey Andrew!
Try this:
.home div[class*=addthis]{ display: none; }
Regards,
JosueHello!
Try pasting the URL inside the widget like this http://www.mynewsdesk.com/se/rss/current_news/1845, without the “feed” prefix.
Regards,
JosueHi!
Yeah i forgot about that, this should be the final code:
#header_main .container, .main_menu > ul > li > a{ height: 58px !important; line-height: 58px !important; } .fixed_header.social_header #main{ padding-top: 89px; }
Best regards,
JosueHey!
For some reason your website isn’t loading here, but just to note one thing, when the page gets scrolled the height of header turns into 58px, just change the code to this:
#header_main .container, .main_menu ul > li > a{ height: 58px !important; line-height: 58px !important; } .fixed_header.social_header #main{ padding-top: 89px; }
Best regards,
JosueSeptember 19, 2013 at 5:11 am in reply to: Direct users to a thank you page after submitting a form? #163367Hi nickfooter!
You’ll need to edit the shortcodes.js file located in the /js folder, look around line 1005-1010, add this line:
window.location="http://google.com";
Replace the URL by the desired one.
Best regards,
JosueHey!
To change the color of the button:
form.ajax_form .button[type="submit"] { background: #719430 !important; }
To change the title color:
v-special-heading h3{ color: red !important; }
Regards,
JosueHi!
Have you tried doing this with a fresh installation of WordPress (no localized version)?
Regards,
JosueGlad its working for you now :)
Regards,
JosueHey!
I guess you are referring to the promo-box located in this page, the problem it has unnecessary empty paragraphs around the text, try removing them.
Cheers!
JosueHi,
Custom styling should be in to the css/custom.css file :)
Regards,
JosueHello artistic24459!
Apply that border to the slider, not to the breadcrumb container:
#layer_slider_1 { border-top: 1px solid #E2E2E2; }
Best regards,
JosueHola norasp!
I just mimicked what you want to do on my local installation and got no issues so far, here’s what i did:
<div class="entry entry-content-wrapper clearfix" id='search-fail'> <p class="entry-content"><strong><?php _e('Cap resultat', 'avia_framework'); ?></strong><br/> <?php _e('Ho sentim, no s’ha trobat cap publicació. Intenti-ho amb una altra cerca', 'avia_framework'); ?> </p>
The problem you may have is regarding using quotes, i know Catalan uses a lot of this, i’d recommend using an specialized plugin for doing translation duties, please check this topic.
Cheers!
JosueSeptember 19, 2013 at 4:33 am in reply to: 'Catchable fatal error' appears when I try to access the Menus tab in WordPress #163345Glad we could help :)
Regards,
JosueSeptember 19, 2013 at 4:27 am in reply to: Uppercase fonts not working after update from 2.1 to 2.2 #163340Glad you get it working, let us know if there is anything we could do :)
Regards,
JosueSeptember 19, 2013 at 4:25 am in reply to: eliminate render-blocking Javascript and CSS in above-fold-content #163337September 19, 2013 at 4:23 am in reply to: 'Catchable fatal error' appears when I try to access the Menus tab in WordPress #163334Hello!
Well, i thought wrong, have you tried switching back to the default theme?
Regards,
JosueHey John!
I don’t think we would be able to reproduce that issue, it appears to be a client-side problem, try testing in another computer.
Regards,
JosueHello awilson3rd!
Yes, it is possible with CSS, can you post a link to your website please?
Best regards,
JosueHi Semel!
That’s weird, try re-installing the theme manually via FTP, it the issue persists, please create an administrator account and send it to me at avia.josue (at) gmail.com.
Cheers!
JosueSeptember 19, 2013 at 3:39 am in reply to: Changing default image for posts without featured images. #163295Hello Torlock!
I don’t see a default featured image in my local installation, mind posting a link to your website please?
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Mike,
Apply this CSS:
#header_main .container, .main_menu ul > li > a{ height: 60px !important; line-height: 60px !important; } .fixed_header.social_header #main{ padding-top: 91px; }
Regarding the 2nd question, you can define different heights by changing the padding option of the color section element, see image below:
If you still want to modify that height manually you can specify an ID and then with CSS you would do something like this:
#myCustomColorSection{ height: 500px; }
Cheers,
JosueSeptember 19, 2013 at 2:40 am in reply to: Ajax Portfolio Thumbnails show showing incorrectly #163266Hi artistic24459!
I think that’s an unexpected behavior, however here’s a quick fix, apply this CSS to the custom.css file or in the Quick CSS section:
#top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
Regards,
JosueHey Mike!
Regarding the first question it can be done with CSS, can you post a link to your website?
Cheers!
JosueHello intothenorth!
I don’t think that’s a theme issue because the RSS Widget is native of WP, however i’d like to give it a check, can you post the URL of your website and the feed URL in question?
Cheers!
Josue -
AuthorPosts