Forum Replies Created
-
AuthorPosts
-
Hi Matt!
Add this to your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Cheers!
JosueHi @nbfc,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueNovember 19, 2014 at 5:14 pm in reply to: Special Heading thin font type changes to "helvetica" when I log out of WP Admin #353801Hi @ravall,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Samuel!
No favicon was uploaded, i just uploaded one and it shows as expected – http://screencast.com/t/4AhV1ayZ
Cheers!
JosueNovember 19, 2014 at 5:11 pm in reply to: Sticky Header on Mobile Devices + Behavior of Linked Text & Images #353797Hi Felix!
1. Add this to Quick CSS:
.responsive #top #wrap_all #header { position: fixed; }2. Try with the following code (it will reduce the padding and font-size at the given screen width):
@media only screen and (max-width: 989px) { .responsive .main_menu ul:first-child > li > a{ font-size: 12px; padding: 0 6px; } }3. I’m not noting any underline in the links of your page.
4. Add this to Quick CSS:
.image-overlay{ display: none !important; }5. There is a way to do this, simply put all menu items in the same menu but add the class of “noMobile” to the ones you don’t want in the mobile menu.
Regards,
JosueNovember 19, 2014 at 4:47 pm in reply to: CodeStyling Localization plugin problems after update to Enfold 3.0.2 #353785Hi Peter,
Please create us a temporary FTP account, post it here as a private reply.
Regards,
JosueHey Ariane!
Try adding this code to the Quick CSS:
#top .no_margin.av_one_sixth { width: 16.6666%; }Cheers!
JosueHi,
Can you check if these console messages persist with the default WordPress theme activated?
Cheers!
JosueHi Manu!
That’s the body element background, you would need to set your background image there too:
body#top { background: #000000 url(//www.vsg2001.de/wp-content/uploads/body1.jpg) top right no-repeat fixed }Regards,
JosueNovember 19, 2014 at 4:15 pm in reply to: Display problem with menu left and Internet Explorer 9,10,11,12 #353759Hey Alex!
It may be a caching issue, have you checked in another computer? here’s how i see it on my end – http://screencast.com/t/gbXaYp5gDW
Regards,
JosueHey!
What text do you want to affect exactly? have you tried in General Styling > Fonts?
Best regards,
JosueHey Jürgen!
Use this code:
.avia-table tr:nth-child(2) td { background: red !important; } .avia-table tr:nth-child(3) td { background: green !important; } .avia-table tr:nth-child(4) td { background: blue !important; } .avia-table tr:nth-child(5) td { background: yellow !important; } .avia-table tr:nth-child(6) td { background: orange !important; }Modify and repeat.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.title_container{ background-image: url(_IMG_URL_); background-repeat: no-repeat; background-position: center center; }Cheers!
JosueHi!
Yeah that’s because the grid-row is a fullwidth element and it can not coexist with sidebars, i’d suggest using a Widget Element to mimic a Sidebar – http://screencast.com/t/OLEZMeAk
Cheers!
JosueNovember 19, 2014 at 3:54 pm in reply to: how to get images placed in div to stay inline and not wrap around #353743Hey!
I’m not noting the issue on my end (Chrome / OS X 10.9) but i’d suggest setting a fixed percentage width to each image to make sure they are always in one line, like this.
<div> <img class="alignnonesize-full wp-image-680" src="http://mayiannedinesen.dk/wp-content/uploads/2014/11/mayianne-dinesen.jpg" style="width: 31%" /> <a href="http://mayiannedinesen.dk/meditation-mindfulness/" style="width: 29%"><img class="alignnone wp-image-680" src="http://mayiannedinesen.dk/wp-content/uploads/2014/11/forside-12minutter-text.jpg" /></a> <a href="http://mayiannedinesen.dk/kurser-foredrag/" style="width: 40%"><img class="alignnone wp-image-680" src="http://mayiannedinesen.dk/wp-content/uploads/2014/11/kurser-foredrag-mayianne-dinesen.jpg" /></a> </div>Regards,
JosueHi!
1. Check if the [_post_title] comes up when using the form in a normal Page (without ALB).
2. You can use a button element and set the link to “#test-popup”.
Cheers!
JosueNovember 19, 2014 at 3:41 pm in reply to: Add extra image to single product page between header and product image #353733Hey!
Try adding this to your child theme functions.php file:
function avia_add_summary_div() { echo "<img src='_USPS_IMG_URL_'>"; echo "<div class='single-product-summary'>"; }Cheers!
JosueHey!
That featured is not available at the moment, If you really need it you would have to contact a developer from Envato Studio or Codeable
Also, feel free to request it here as a new feature.
Best regards,
JosueHey!
The aspect ratio of the images is different, the masonry is built based on that, that’s why they look different. I’d suggest using a Partner/Logo element to display a grid of logos.
Cheers!
JosueHey!
Just to make a discardment, try setting up a CF7 form and perform a test to see if it sends to the spam folder too.
Cheers!
JosueHey!
Please don’t create duplicates, i’ll close this thread for now so we continue the conversation in the other one.
Regards,
JosueNovember 19, 2014 at 3:24 pm in reply to: Limiting Portfolio Item next/back navigation via category #353718Hey Simon!
Can you paste the code you are using in your child functions.php? try with this one:
add_filter('avia_post_nav_categories', 'use_same_category_filter'); function use_same_category_filter($same_category) { $same_category = true; return $same_category; }Cheers!
JosueNovember 19, 2014 at 3:17 pm in reply to: Enfold Theme Options > Logo > upload > not working #353713Hi Peter,
Can you please create us a WordPress administrator account, post it here as a private reply. Also, have you tried it on another computer?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.wpulike + .hr { display: none; }Cheers!
JosueHey AlainTernet!
Try using this plugin, remember to regenerate the thumbnails after each change.
Regards,
JosueHey!
Try the following:
https://kriesi.at/support/topic/how-to-trigger-specific-elements/#post-268697Cheers!
JosueHey Hanson!
Try with this code:
select.wpcf7-form-control, input.wpcf7-text{ width: 100% !important; }Regards,
JosueNovember 19, 2014 at 2:52 pm in reply to: When scaling down the browser there is no scroll bar to view the whole site #353685Hey Enffie!
The scrolls bars do appear on my end – http://screencast.com/t/mJV9Djja8, can you post a screenshot of your view?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.grid-content, .grid-entry-title, .avia-arrow { background: gray !important; color: white !important; }Cheers!
JosueNovember 19, 2014 at 2:48 pm in reply to: Special Heading thin font type changes to "helvetica" when I log out of WP Admin #353681 -
AuthorPosts
