Forum Replies Created
-
AuthorPosts
-
Hi Nick!
Use this code instead:
#header_main .container, .main_menu ul:first-child > li > a, .logo img, .logo a { height: 120px !important; line-height: 180px !important; max-height: none !important; } #top .main_menu .menu > li{ font-size: 14px; } #top .main_menu .menu > li > a { height: 120px !important; }
Cheers!
JosueHi,
Can you post the link to your website please?
Also, a screenshot explaining your issue would be helpful.
Regards,
JosueHey!
Do you want to add Google Plus Authorship?
Please take a look: http://wordpress.org/plugins/google-plus-authorship/
Best regards,
JosueHi!
Use this code instead:
$taxonomies = get_object_taxonomies(get_post_type($the_id)); $cats = ''; $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id); if(!empty($taxonomies)) { foreach($taxonomies as $taxonomy) { if(!in_array($taxonomy, $excluded_taxonomies)) { $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' '; } } } if(!empty($cats)) { $output .= '<span class="blog-categories minor-meta">'; $output .= strip_tags($cats); $output .= '</span>'; } $output .= '</header>';
Regards,
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
JosueHi!
Add the !important rule:
.overlay-type-extern{ display: none !important; }
Cheers!
JosueHi,
Flush your cache, please post the link to your website.
Regards,
JosueGlad you figured it out :)
Regards,
JosueHi!
Yes, or you could use nth-child, but i think that may be a little bit more tricky.
Cheers!
JosueHi!
Open functions-enfold.php:
Search for this lines (341-343):
$entries['prev'] = get_previous_post($same_category); $entries['next'] = get_next_post($same_category);
Replace them by this:
$entries['prev'] = get_next_post($same_category); $entries['next'] = get_previous_post($same_category);
Best regards,
JosueHello!
That’s the default WordPress behavior with password protected posts, i don’t know if what you want is possible within WordPress, but unfortunately is beyond the scope of the support we can offer. If you really need it try hiring a freelancer for the job.
Cheers!
JosueHi erantdo!
Rename this file (via FTP), then try to generate the Styles again.
Also, it looks like you have some sort of pagespeed functionality in your server, disabling that may fix the issue.
Regards,
JosueNovember 7, 2013 at 6:09 am in reply to: Standard WordPress Shortcode to list blog posts not working in Text-Widget #185488Hi skoposweb!
Are you using this plugin? http://wordpress.org/plugins/display-posts-shortcode/
Performed a quick test with that on my local installation, worked as expected.
Cheers!
JosueHey!
Add this code to the Quick CSS:
.overlay-type-extern{ display: none; }
Cheers!
JosueNovember 7, 2013 at 5:45 am in reply to: I could not go to the 2nd page of my website masonry gallery. #185483Hey Laurence!
You have a redirect loop, try setting your Permalinks again, emptying your .htaccess file, or if you have any redirection plugins, disable them.
Cheers!
JosueHi!
That’s the structural part, the behavior would need to be done with CSS, with something like this:
/* This hides it by default */ .social_bookmarks span { display: none; position: absolute; top: 30px; } /* This show them on :hover */ .social_bookmarks li:hover span{ display: block; }
Cheers!
JosueNovember 7, 2013 at 4:36 am in reply to: Enfold – Scroll header menu until certain point and fix it then #185472Hi Peter!
You’ll need to know some JavaScript too, in order to implement what you want, please take a look: http://stackoverflow.com/questions/4121180/scroll-position-in-html-document-how-to-determine
If this is too technical, you may need to hire a freelancer for the job.
Cheers!
JosueNovember 7, 2013 at 12:35 am in reply to: Gravity Form using Multi Select Standard Field with Large Field Size #185393Hey Paulo!
Add this code to the Quick CSS:
.gform_body select { width: 100% !important; }
Result:
Cheers!
JosueEs posible, espera unos días a ver si se arregla :)
Saludos,
JosueNovember 7, 2013 at 12:11 am in reply to: RE Linking the "Icon Box" icon? solution back on 10/31/2013 #185385Hello!
That customization would require a deep customization to the theme, and unfortunately that is beyond the scope of the support we can offer. If you really need it try hiring a freelancer for the job.
Cheers!
JosueHey rodpascoe!
Try with this, open this file /config-templatebuilder/avia-shortcodes/masonry_entries.php:
Replace this line (287):
$query = array( 'orderby' => 'date',
By this:
$query = array( 'orderby' => 'rand',
Cheers!
Josue-
This reply was modified 11 years, 8 months ago by
Josue.
Hi,
Can you post the link to your website please? What version of Enfold are you using?
Regards,
JosueHi Nora!
Since when are you using Enfold?
It could take some time until the new title gets indexed.
Regards,
JosueHi basilicon!
What version of Enfold are you using?
I think that behavior is already here /includes/loop-search.php (line 95):
$excerpt = strip_shortcodes( get_the_content() );
Cheers!
JosueHey adamsm!
Have you tried using a Plain Text Widget instead?
Result:
Regards,
JosueHey!
The image was not properly included.
Best regards,
Josue -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts