Forum Replies Created
-
AuthorPosts
-
Hi,
Can you post the link to your website please?
Regards,
JosueNo, i did this.
Check it now.
Regards,
JosueHey!
In includes/loop-people.php, wrap
the_excerpt()(line 200) with a p element:echo "<p>".get_the_excerpt()."</p">;I made use of CPT file templating, then copied the contents from Enfold archive.php / loop-index.php in their
peoplecounterparts and modified them to makethe_excerptappear instead of the full content.Cheers!
JosueThe thing is, an ALB-built sidebar is not really a sidebar for Enfold / WP so the “no-sidebar” layout gets displayed. Perhaps something can be added to the Theme Options, if you have any idea feel free to request it here as a new feature.
Best regards,
JosueHey!
Review your
peoplearchive page, also check your child theme directory to see what i’ve done and how to replicate it for other custom post types.Regards,
JosueHere you go:
#top .flex_column .template-blog .post-title { font-size: 21px; line-height: 1.3em; } #top .flex_column .template-blog .post-meta-infos { margin-bottom: 0; }Best regards,
JosueMarch 19, 2015 at 3:09 am in reply to: How can I change the recent comment and recent blog text? #414113Try pasting the code again but copy it directly from the forum thread, not from the mail notification.
Cheers!
JosueHi,
The min-width was unnecessary in the media query.
Regards,
JosueHey!
Try setting a custom class (ex: custom_fullscreen_slider) to the fullscreen slider element and change the code accordingly:
@media only screen and (max-width: 420px) { #top .custom_fullscreen_slider { max-height: 480px !important; overflow: hidden; } #top .custom_fullscreen_slider .avia-slideshow { height: 480px !important; } } @media only screen and (max-width: 767px) and (min-width: 480px) { #top .custom_fullscreen_slider { max-height: 295px !important; overflow: hidden; } #top .custom_fullscreen_slider .avia-slideshow { height: 295px !important; } }Best regards,
JosueHey!
You can set a background image for the logo area in General Styling > Logo Area > Background Image
Best regards,
JosueHey Mary!
Do you have the sidebar enabled for the blog page?
Cheers!
JosueMarch 19, 2015 at 1:49 am in reply to: How can I change the recent comment and recent blog text? #414077Hey!
Try adding this code to the Quick CSS:
#top .widget_recent_entries a, #top .widget_recent_comments a { font-style: normal; text-transform: none; font-family: "Dosis"; font-size: 13px; }Cheers!
JosueHola Jose!
Disculpa la demora de mi respuesta, el problema es que la version que tienes de Enfold no es compatible con tu version de WordPress, por favor actualiza el theme a la ultima version (3.1.1)
Saludos,
JosueHey!
1. An unwanted link in the twitter element is causing the issue, not sure what is causing it but i’d suggest updating first to see if that solves it.
2. If you have not directly modified the theme files there is little to worry about.
3. You can use this plugin:
https://wordpress.org/plugins/backwpup/Regards,
JosueTitle + breadcrumbs are now appearing on your pages.
Regards,
JosueWell, if the issue is not coming from the theme there is little we can from our end, i just tried sharing the article again using the Enfold share buttons and the image got pulled as expected – http://a.pomf.se/tuwsjt.png
Best regards,
JosueYou are welcome Andrea, glad to help :)
Regards,
JosueHi Amir,
It’s not working as expected because you have those 4 iconboxes in the same ‘space’, try wrapping them (each 2) in sections like this – http://screencast.com/t/SLEw8DmoMt
Best regards,
JosueHey!
Yes, use this code:
@media only screen and (max-width: 1200px) { .main_menu, #header_main_alternate{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} #mobile-advanced{display:block;} }Just change “1200px”.
Cheers!
JosueHey!
Image resizing is working, i just changed that image to 560 width and it is reflecting that size in the front-end.
Regards,
JosueHi!
Try with this code instead:
@media only screen and (max-width: 767px) { #top .alternate_color.title_container .main-title a{ font-size: 14px !important; }Best regards,
JosueMarch 18, 2015 at 10:08 pm in reply to: "Your theme has bundled outdated copies of WooCommerce template files." #414010You’d need to either remove the woocommerce folder or update its contents to make it compliant with your current version of WooCommerce.
Regards,
JosueHey!
Can you please make the theme files writable from the Dashboard or provide a FTP account so i can try to debug it?
Cheers!
JosueMarch 18, 2015 at 9:45 pm in reply to: "Your theme has bundled outdated copies of WooCommerce template files." #413997Can you post a screenshot of your child theme folder?
Cheers!
JosueHi,
Can you please hand me a temporary FTP account? post it here as a private reply.
Regards,
JosueHey!
Seem you overwrote the modification i did in child style.css, but it doesn’t matter. The idea is to set the sidebar to show here so we get the desired blog styling and then simply add this to child style.css/Quick CSS:
.page-id-46 .container .av-content-small.units{ width: 100%; } .page-id-46 .content .entry-content-wrapper{ padding-right: 0; }If you do this right page 46 should look like this.
Best regards,
JosueHey!
No, it doesn’t seem to be a CSS issue, try increasing your PHP memory limit:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPCheers!
JosueHi!
I was able to upload an image to your Library without issues, where does this error comes up?
Best regards,
Josue -
AuthorPosts
