Forum Replies Created
-
AuthorPosts
-
March 24, 2015 at 11:24 pm in reply to: Center Logo in Navgation and hover the pics like in eunoia #417453
Hi Stephan!
That’s a good start, try with the following:
.avia_desktop .av-masonry-entry .av-masonry-image-container:after{ content: ""; position: absolute; width: 100%; height:100%; top:0; left:0; opacity: 0; transition: all 1s; -webkit-transition: all 1s; background-image: url("//www.web101.dehamd032.servertools24.de/HOME/wp-content/uploads/2015/03/kranmitschokoladegross1.png"); background-size: cover; background-repeat: no-repeat; } .avia_desktop .av-masonry-entry .av-masonry-image-container:hover:after{ opacity: 1; }Best regards,
JosueHey!
He is correct, the strings in the Enfold Theme Options (http://screencast.com/t/CMMtL4KXD) are not yet translated to Russian, but they’re translatable, i just changed “Theme Options” to “Theme Options RU” in CodeStyling Localization and you could see it working right now.
Best regards,
JosueHey Ben!
Which files didn’t get to the uploads folder? have you tried doing the import again? also, i’d suggest performing a WP reset before doing the importing again.
Cheers!
JosueMarch 24, 2015 at 10:33 am in reply to: which file of enfold is resposible for creating the attachment page #416976Hi!
Should be like:
<?php function filter_attachment_content($content) { if(is_singular('attachment')){ $acf = get_field('fieldtitel').'<br>'; $acf .= get_field('fieldcatnr'); } return $content.$acf; } add_filter('the_content', 'filter_attachment_content');Regards,
JosueHi Scott!
Can you post screenshot indicating the whitespace you want to remove?
Regards,
JosueMarch 24, 2015 at 6:58 am in reply to: Disable responsive mode but keep mobile menu? Possible? #416918Hello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
JosueHi!
Use another social profile for something you don’t use (for example Skype), set the link and add this to Quick CSS (replace flag url):
li.social_bookmarks_skype a:before{ content: url(_FLAG_URL_HERE_); } li.social_bookmarks_skype a:hover{ background: transparent !important; }Regards,
JosueCorrect, it should be [nolink].
Cheers!
JosueWill be fixed in the next update.
Cheers!
JosueMarch 24, 2015 at 1:37 am in reply to: which file of enfold is resposible for creating the attachment page #416839The quotes were copied incorrectly too, that normally happens when you copy the snippet right from the mail notifications.
Regards,
JosueHello,
Yes, that’s expected, WordPress loads Open Sans for its admin interface.
Regards,
JosueMarch 24, 2015 at 12:48 am in reply to: Blog using advanced layout builder – Same styling at individual blog posts? #416819Hi Pete!
Is that image on top the only ALB element you’ll use on the blog page? because it would be easier to refrain from using ALB for the blog page (+ using a normal sidebar) and adding that image using another method.
Best regards,
JosueThat sound more of a server/domain issue, i’d suggest using this plugin to have more control over the email headers:
https://wordpress.org/plugins/contact-form-7/Also, there is an extension that let you store the submissions in the DB:
https://wordpress.org/plugins/contact-form-7-to-database-extension/Regards,
JosueHi Al!
This is more of a WPML issue than a theme one, the backend switcher won’t change the admin language, it is there so you can change the site content for the language selected. More info:
https://wpml.org/2010/02/controlling-admin-language/
https://wpml.org/documentation/getting-started-guide/language-setup/setting-the-wordpress-administration-language/Best regards,
JosueMarch 24, 2015 at 12:09 am in reply to: Center Logo in Navgation and hover the pics like in eunoia #416803Hey!
1. Put this code in Quick CSS (adjust “1.05” as needed):
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container{ -webkit-transform: scale(1.05, 1.05) !important; transform: scale(1.05, 1.05) !important; }2. When editing a single portfolio item you can set a custom link here – http://a.pomf.se/figwad.png
Best regards,
JosueDon’t worry about it, this mod will survive updates (i used a plugin called Functionality to store the custom function so it is separated from the theme).
Cheers!
JosueAñade esto al Quick CSS:
#top .tab_titles .tab, #top .tabcontainer .active_tab_content { background: white; border: 0; } #top .tab_titles .tab{ text-transform: uppercase; } #top .tab_titles .tab.active_tab{ background: #860038 !important; color: white !important; }No, those links may be outdated and no longer being used in the actual website. As far as i know the theme should detect the protocol being used and change the resource requests accordingly.
Regards,
JosueCheck it now, WhatsApp icon is now displaying at top, to change it go to Enfold > Social Profiles.
March 23, 2015 at 10:59 pm in reply to: which file of enfold is resposible for creating the attachment page #416778Check it now, here’s the code you needed to use:
<?php function filter_attachment_content($content) { if(is_singular('attachment')){ $acf = get_field('fieldtitel'); } return $content.$acf; } add_filter('the_content', 'filter_attachment_content');Cheers!
JosueHi!
Yes, if you are using a child theme do the import from Enfold Child theme options.
Regards,
JosuePut it at the start of your child style.css.
Best regards,
JosueMarch 23, 2015 at 8:59 pm in reply to: which file of enfold is resposible for creating the attachment page #416698Hey!
The whole content of your child functions.php should be like this:
<?php function filter_attachment_content($content) { if(is_singular(‘attachment’)){ $acf = get_field(‘field_name’); } return $content.$acf; } add_filter(‘the_content’, ‘filter_attachment_content’);Cheers!
JosueHi!
Go to Enfold > Demo Import, look for the Shop demo and import it.
Regards,
JosueHey!
That’s correct, there are no Events shortcodes yet (request them here as a new feature). When i said “manually” i was referring to using Text Blocks / Tabs / etc and inputting the single event meta data manually there. I know this can be a bit of a pain but that’s why ALB is not enabled for Events by default.
Regards,
JosueHave you tried setting a custom height to the #reviews section?
Best regards,
JosueHi!
Just import it, the only thing that will get replaced will be the Theme Options.
Regards,
JosueMarch 23, 2015 at 8:40 pm in reply to: Center Logo in Navgation and hover the pics like in eunoia #416679Hey!
Try adding this code to the Quick CSS:
.noMobile span.avia-menu-fx { display: none; }Regarding the hover effect, yes it may be possible to merge it with the Enfold masonry script but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
Josue -
AuthorPosts
