Forum Replies Created
-
AuthorPosts
-
Once you done that, add this to your child functions.php:
function enable_has_archive($args) { $args['has_archive'] = true; return $args; } add_filter('avf_portfolio_cpt_args', 'enable_has_archive', 10, 1);Then go to Settings > Permalinks and re-save your permalink settings.
Hey!
I noted you’re running an old version of WordPress, could you please update it to the latest version?
Regards,
JosueYes, that would work too.
Hi!
No, the idea is to replace the image with the CSS code, because the image can’t behave responsively, it has a fixed size and a fixed position.
Cheers!
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueMarch 15, 2015 at 5:45 am in reply to: Making The Author Template Look Like an Individual Blog Roll #411647Hi!
1. Replace Elliot’s CSS code with this:
.author .blog-meta .rounded-container { width: 300px; height: 300px; border-radius: 300px; } .post-author-format-type img { width: 100%; height: 100%; } @media only screen and (min-width: 767px) { .author .blog-meta .rounded-container { position: absolute; left: -100px; top: -50px; } .author_description { margin-left: 250px; } }2. Possible but it would require a deeper customization to the theme which falls beyond our support scope, however i found something that could be of help:
http://www.paulund.co.uk/how-to-display-author-bio-with-wordpressThe bio is handled by the /includes/loop-about-author.php file.
3. Open /includes/loop-author.php and look for this line:
echo $title;Replace it by:
echo get_the_post_thumbnail(); echo $title;Regards,
JosueGreat news, glad to help :)
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
It’s because of the white space elements you are using throughout the page, those spaces should not be the same in mobile, try adding this to Quick CSS:
@media only screen and (max-width: 767px) { .hr.hr-invisible { margin: 0 !important; } }Cheers!
JosueHey!
I believe this occurred because as LayerSlider is bundled with Enfold when the theme got network-activated it created those LS tables for all sites, here’s what i’d suggest:
1. Network disable Enfold
2. Manually remove unnecessary LS tables
3. Enable Enfold only for the site who will use it – http://interwebworld.co.uk/2013/09/29/wordpress-multisite-enable-theme-single-site/Best regards,
JosueHola!
Lo que puedes hacer es definir a ese Usuario como “Colaborador” y dejarlo como autor de la pagina que deseas que el solamente modifique.
Saludos,
JosueHi!
Can you try that first? change it to the size you think is optimal, then we can work the titles with CSS.
Cheers!
JosueHey!
Your WordPress install seems to have troubles using the oEmbed functionality, this is a native WP feature (which Enfold uses for its Video element), try activating the default Twenty Fifteen theme and paste a video URL into a Page/Post, you’ll note that the embed doesn’t occur and instead only a link is inserted so that discards a the issue from being a theme one, it may be related to a server configuration, please contact your provider for more info on that.
Alternatively you can manually paste the generated iframe code from the Vimeo video into a Text Block element or similar:

Best regards,
JosueNot sure what you are referring to to be honest (Visual Composer is a third-party plugin unrelated to Enfold). I’ll close this topic for now as it is very old and it is going off-topic. If you have an issue / request related to the Enfold theme please open a new topic in the respective sub-forum.
Regards,
JosueHi Munford!
The page you linked is returning 404.
Cheers!
JosueIf those fonts are available (being included in the source of the current page), they can be applied to other elements with CSS.
Hey!
We definitely need more that that to understand your issue but i guess what you want is to have a menu for the homepage (the one with #anchors navigation) and one for the inner pages, you can use this plugin to make two menus appear conditionally (per page):
https://wordpress.org/plugins/zen-menu-logic/Best regards,
JosueHi!
Those columns are behaving as expected, the problem is their parent section background. I’d suggest doing that with CSS instead:
#av_section_1 .av_one_half.avia-builder-el-4, #av_section_1 .av_one_half.avia-builder-el-6{ padding: 20px; min-height: 355px; background: #e1e1d1; border-radius: 20px; }Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHello,
Menu items are now showing the desired font, problem was that you put RGB values here and that was causing a big mess in the generated dynamic stylesheet.
Best regards,
JosueMarch 14, 2015 at 9:24 pm in reply to: "Your theme has bundled outdated copies of WooCommerce template files." #411572Hey Maike!
You are not running the latest version of theme, please update it to the latest version (3.0.8).
Best regards,
JosueHey!
Try with this:
#top .header_color .header_bg { background: #fdefef; background: -moz-linear-gradient(left, #fdefef 0%, #d280bf 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdefef), color-stop(100%,#d280bf)); background: -webkit-linear-gradient(left, #fdefef 0%,#d280bf 100%); background: -o-linear-gradient(left, #fdefef 0%,#d280bf 100%); background: -ms-linear-gradient(left, #fdefef 0%,#d280bf 100%); background: linear-gradient(to right, #fdefef 0%,#d280bf 100%); } html{ background: url(https://emmygoldbach.nl/EG/wp-content/uploads/2015/03/Goldbach-Massagetherapie1.jpg) !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.bbp-threaded-replies { margin-left: 50px !important; }Cheers!
JosueHi!
That won’t work, what you need to do is use the Aweber forms and apply them the Enfold styles. Set-up your forms using the Aweber plugin and post a link to your site here.
Cheers!
JosueHi!
Leave the WordPress part (# BEGIN WordPress … # END WordPress) at top and the redirections below.
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Yes, Punch Fonts is a plugin that comes with Revolution Slider, there are other methods to use custom fonts in Enfold:
http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/Regards,
JosueHi!
Try creating the needed template files in your child theme directory, refer to this on which filenames to use:
https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/You can use the Enfold’s page.php template as a model, modify the get_sidebar() part to get the desired sidebar you want for the BP pages.
Cheers!
JosueHey!
Use the following:
time.av-magazine-time { display: none; }Cheers!
Josue -
AuthorPosts
