Forum Replies Created
-
AuthorPosts
-
I’ll mark this for Kriesi. I still can’t reproduce it and the icon appears as soon as at least one item is in the cart. Kriesi will be back on Friday and the we’ll release an update which fixes the layout issue and all other bugs.
Hi!
Try to use the html entity instead:
& #39;
and remove the space between & and #
Regards,
Peter
Hey!
No, the code shouldn’t break anything..
Best regards,
Peter
The theme will not load all fonts but only the selected headline font – in your case it loads Open Sans: http://fonts.googleapis.com/css?family=Open+Sans:400,600
If you want to use another font – yes I’d install the google fonts plugin. But please keep in mind that each font file will slow down your website and it’s probably not a good idea to load several different font files just for one or two headlines…
Hi!
Fixed. I flushed the permalinks…
Regards,
Peter
It seems like the slider calculations don’t work properly with the buttons – the slider just shifts the button and hides the overflow on the right if the button width exceeds the slider dimensions. On the other hand we can’t reposition the button because the slider calculates the position dynamically. I’ll tag this for Kriesi because I see no way to fix it with css and tbh I’m not even sure if we can get this to work at all. For now I’d suggest to place the button in the horizontal center of the slider.
Hi!
Ok, we’ll wait for your answer :)
Regards,
Peter
May 7, 2013 at 9:37 am in reply to: Button shortcode not working and neither is the button shortcode generator #117264Hey!
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Best regards,
Peter
To be honest I couldn’t find any obvious differences between the screenshots. Can you point them out please? Do you mean the transparency effect?
Personally I’m not familiar with the LayerSlider code and I’m not sure if we can fix this. I’ll report it to Kriesi though – maybe he knows a solution. If not we’ll report it to the devs of LayerSlider: http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246
1) I can’t visit your website too – I just see a blank white page.
2) Try following setup:
And for the “Blog” element use the “Grid Layout” and select “2 columns”.
Hey!
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out)
Regards,
Peter
Hey!
Hi,
no such a feature/option is not supported at the moment. However you can add it to the feature request list: https://kriesi.at/support/topic/enfold-feature-requests
Best regards,
Peter
Hi!
Go to Enfold > Styling and scroll down to the “Quick CSS” option field/text area. There you can insert the code.
Best regards,
Peter
Insert following code into the quick css field:
.main_color .iconlist_title h4{
color: #333;
}
.main_color .iconlist_content{
color: #999;
}The first code block will change the headline color, the second block changes the content text color.
Hey!
Have a look at this post: https://kriesi.at/support/topic/popular-posts-list-bug#post-109106 – it will be fixed in the next version.
Best regards,
Peter
Hey!
Please activate the debug mode: http://codex.wordpress.org/Editing_wp-config.php#Debug – do you see any warning/error message?
Regards,
Peter
May 7, 2013 at 5:44 am in reply to: Featured Image in Single Author Small – Grey Background?!? #117695You’ve two options:
1) Make the thumbnail size smaller – insert following code into the quick css field:
.small-preview {
width: 81px;
height: 81px;
}and instead of 81px insert a value which fits your thumbnail size.
2) You can try following code – it should adjust the preview image size automatically:
.small-preview {
width: 100%;
height: 100%;
}If you want to remove the thumbnail use:
.small-preview {
display: none;
}May 7, 2013 at 5:38 am in reply to: BUG? Category Page showing random pages info under Pages #117825Hey!
Can you post a link to the page where the problem occurs please?
Best regards,
Peter
Hi!
1) Yes, you can enter any valid css code.
2) A complete list can be found on the Theme Option page. (Enfold > Styling > Header Font).
Best regards,
Peter
Hi!
Can you post a link please?
Best regards,
Peter
Personally I’ve no idea but I’ll tag this thread for Kriesi. Maybe he can provide some useful feedback or fix the issue. It will take some time though because he’s in Cyprus right now and will return on Friday.
Hallo,
jWPlayer ist eine Dtrittanbieter Software welche weder von uns noch von WordPress unterstützt wird. Möchte man diesen einbinden muss man hierfür ein Plugin & Shortcodes verwenden. Ich persönlich konnte (nach einer kurzen Suche) kein Plugin finden – als Alternative würde sich: http://wordpress.org/extend/plugins/fv-wordpress-flowplayer/ anbieten.
Hi!
Yes – you can download the translation file here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Regards,
Peter
Hi!
No, we don’t have such a template at the moment. However I found some useful plugins: http://wordpress.org/extend/plugins/simple-sitemap/ or http://wordpress.org/extend/plugins/wp-sitemap-page/
Best regards,
Peter
Hi!
With Enfold 1.4 you can set different sidebar options
-) for archive pages
-) single posts
-) standard pages
-) blog page
You can overwrite these settings on a per entry basis (posts/pages).
Best regards,
Peter
Hi!
In archive.php and in taxonomy-portfolio_entries.php delete following line.
echo avia_title(array('title' => avia_which_archive()));
Regards,
Peter
There’s no easy way to add the button class to the php code. I’d use javascript/jquery. In js/avia.js replace:
//responsive menu. needs to be at the top
avia_responsive_menu();with:
$('a.more-link').addClass('button');
//responsive menu. needs to be at the top
avia_responsive_menu();Hey!
No, I’m not aware of another text string. You just need to change the topOptionText text. However try to clear the browser cache – maybe your browser uses the old, cached js file.
Best regards,
Peter
May 6, 2013 at 2:03 pm in reply to: Button shortcode not working and neither is the button shortcode generator #117262I can’t reproduce the issue on my test server and we have not received any other bug reports regarding the button shortcode. Please try to deactivate all third party extensions – maybe one conflicts with the theme. If this doesn’t help try to re-upload/re-install the theme files.
Hey!
Please post a link to your website. I couldn’t reproduce the issue on the demo website.
Best regards,
Peter
-
AuthorPosts