Forum Replies Created
-
AuthorPosts
-
Hey!
I’m seeing it white when hovering it, try refreshing a few times.
Regards,
JosueAugust 1, 2014 at 5:14 am in reply to: image Details: How do I make my photo caption link and open up in a new page? #298574Hey!
Try putting the caption as HTML content, something like this will do the job:
<a href="_LINK_HERE_" target="_blank">©EMB Photography 2014<a>Cheers!
JosueAugust 1, 2014 at 5:11 am in reply to: Fullwidth slider above a full screen gallery NOT WORKING #298572Hi Steven!
Have you tried using a Blank Template?
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.active_tc.toggle_wrap{ display:none; }Cheers!
JosueHey!
Although i’m unsure if we could support these old versions of Android, i’ll ask Devin to check this on his android phone.
Best regards,
JosueHey!
Try this plugin:
https://wordpress.org/plugins/only-tweet-like-share-and-google-1/Cheers!
JosueAugust 1, 2014 at 4:47 am in reply to: Move buttons to bottom of color section on mobile devices #298565Hi,
Can you post the link to your website please?
Regards,
JosueHello Luke!
That’s 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 try contacting a developer.
Cheers!
JosueHey Luke!
1. To change the date format:
https://kriesi.at/support/topic/date-picker-format/#post-1378962. I believe these strings should be already translated, make sure your WordPress install is in German.
Regards,
JosueHi!
Yes, you can make your own icons, they should be in SVG format and must be a compound path in order to import them in Fontello.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Refer to this topic:
https://kriesi.at/support/topic/masonry-animation-fade-in-only-on-load/Cheers!
JosueAugust 1, 2014 at 4:03 am in reply to: Font "Century Gothic" is not displayed on Windows Computer #298554Hey René!
It doesn’t work because Century Gothic is not available as a Google Font, you can only include Google Fonts using that method, it works on your Mac because you probably have it installed there.
As an alternative i’d suggest this Google Font which is very similar to Century Gothic:
http://www.google.com/fonts#UsePlace:use/Collection:MuliIf you want to include non-Google fonts you can use this plugin, but be aware that these won’t appear in the Theme Options, instead you’d need to assign them manually via CSS.
Cheers!
JosueHey!
Try wrapping that part of the page into a Color Section (Layout Elements), you can set a color background to them. Also, check this article: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer .widgettitle { color: red; }Change as needed.
Cheers!
JosueHi,
Just to discard, do you experience this load time with the default WordPress theme activated?
Cheers!
JosueHi Rhazor!
I checked your website on an Android device and it looks fine:

Can you post a screenshot of your view on mobile?
Best regards,
JosueHi!
If you use a child theme you can modify and copy both author.php and /includes/loop-about-author.php to your child folder.
Cheers!
JosueAugust 1, 2014 at 3:41 am in reply to: Stop the "This theme recommends you install bbPress" from coming up for new user #298544Hey!
Try adding this at the very end of your theme functions.php file:
function remove_tgmpa_message() { echo "<style>#setting-error-tgmpa{ display: none; }</style>"; } add_action('admin_head', 'remove_tgmpa_message');Cheers!
JosueHey!
1. Refer to this topic:
https://kriesi.at/support/topic/toggle-smoothness-while-opening/2. Add this code to the Quick CSS:
/* First one */ .togglecontainer .av_toggle_section:nth-child(1) .toggle_icon, .togglecontainer .av_toggle_section:nth-child(1) .toggle_icon span { border-color: red; } /* Second one */ .togglecontainer .av_toggle_section:nth-child(2) .toggle_icon, .togglecontainer .av_toggle_section:nth-child(2) .toggle_icon span { border-color: green; }Best regards,
JosueHey Ivana!
Check this article:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Use a code like:
.custom_textblock{ background: green; padding: 20px; }Best regards,
JosueHey Alicja!
Try using this code:
<script type='text/javascript'> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-53359413-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>Cheers!
JosueAugust 1, 2014 at 3:23 am in reply to: Twitter and RSS feed icon in the footer. Adding other social media #298535Hey!
Try adding this code to the Quick CSS:
.entry-content-wrapper header, .entry-content-wrapper .entry-content { margin-left: 0 !important; }Cheers!
JosueAugust 1, 2014 at 3:17 am in reply to: Turn 4 column masonry full-width into 3 column full-width #298532Hi Josh!
The number of columns will depend on the window size where the masonry is being viewed, for example, here’s how it looks on a 13′ MBP:
http://screencast.com/t/iVp9Xw4sRBest regards,
JosueHey!
There are some plugins for that, like:
https://wordpress.org/plugins/frontend-uploader/Best regards,
JosueHey!
You could try something like this:
.mfp-iframe-scaler { min-height: 1200px; }Be aware that forcing a fixed height will make the popup look distorted on smaller screens.
Best regards,
JosueHi!
Your current theme is 2.7.1, please see “Version” here:
http://guestpublic.com/wp-content/themes/enfold/style.cssRegards,
JosueHey!
Try with this code (Quick CSS):
.mfp-iframe-holder .mfp-content { max-width: 1200px !important; /* Change this value */ }Cheers!
Josue -
AuthorPosts
