Forum Replies Created
-
AuthorPosts
-
Hi,
You can do it if you know some HTML, you can use the figure + figcaptions elements, and then apply some CSS, an image with a caption would look like this:
<figure><img /><figcaption>Hola</figcaption></figure>
Regards,
Josue
Hi,
I can’t login, when i go to wp-login.php or wp-admin it redirects me to the homepage.
Regards,
Josue
Hi,
I’d like to see what’s the expected behavior, can you create an administrator account and send it to me at avia.josue (at) gmail.com?
Regards,
Josue
September 14, 2013 at 6:34 pm in reply to: Blog Page to show Excerpt or First 150 chars of post #141167Hi Matt,
But, does the excerpt method works for you? can you please post a link to your website?
Regards,
Josue
Hi,
It doesn’t work because it header.php calls a global variable, check your PHP log.
Regards,
Josue
Hi Andy,
You are using !important the wrong way, do it like this:
font-size: 2.5em !important;
Regards,
Josue
September 14, 2013 at 2:12 am in reply to: Blog Page to show Excerpt or First 150 chars of post #141165Hi Matt,
Either add the <!–more–> tag at the desired location or use a manual excerpt.
Regards,
Josue
Hi Andrew,
I think it may be done with CSS, can you post the link to your website please?
Regards,
Josue
Hi Rene,
Can you post the link to your website please?
Regards,
Josue
September 14, 2013 at 1:27 am in reply to: Blog not showing sidebar and only one post in IE 8 & 9. #141124Hi,
Can you post the link to your website please?
Regards,
Josue
Hi,
Can you create an administrator account and send it to me at avia.josue (at) gmail.com?
Regards,
Josue
Hi,
Demo site is not updated yet, i’d recommend installing a test WordPress site with the newest Enfold version and see if your problem is fixed
Regards,
Josue
Hi Frank,
Can you post the link to your website please?
Regards,
Josue
September 13, 2013 at 11:12 pm in reply to: Can't click YouTube video in Advanced layerslider #141145Hi,
Glad you get it fixed :)
Regards,
Josue
Hi,
It’s weird, can you post the link to your website please?
Regards,
Josue
Hi,
I’ll post the solutions as i found them:
2, This code will equalize the heights:
.grid-entry .inner-entry{ min-height: 75px; }
3, This code will put the breadcrumb trail above the title:
.breadcrumb-trail{ position: static; }
5, Yes if you know how to properly do it, i think that would work.
Regards,
Josue
September 13, 2013 at 10:57 pm in reply to: How to make video in advanced layerslider responsive? #141148Hi,
Glad you get it working :)
Regards,
Josue
September 13, 2013 at 10:56 pm in reply to: An error occured – Error fetching content – please reload the page and try again #141062Hi,
Are you using the latest version of Enfold? if so can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?
Regards,
Josue
Hi,
The first request can be done with CSS, regarding the second one i’m not sure but can you post the link to your website please?
Regards,
Josue
Hi,
It’s weird, you should be able to do it without issues, can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?
Regards,
Josue
Hi,
You’ll probably get an error (not a 404 one), but this will work:
include "../wp-content/themes/enfold/header.php";
Regards,
Josue
Hi,
I didn’t understand you very well, but i guess you want to remove the underline from the menus in Enfold, this code will do it:
.avia-menu-fx{
display: none !important;
}
Regards,
Josue
Hi,
Can you please be more specific? perhaps a screenshot would help us find out what you want.
Regards,
Josue
September 13, 2013 at 10:19 pm in reply to: How to make video in advanced layerslider responsive? #141146Hi,
Can you post the link to your website please?
In this website the video does resize accordingly.
Regards,
Josue
Hi Sebastian,
Glad you get it working and thanks for the feedback :)
Regards,
Josue
September 13, 2013 at 2:25 pm in reply to: Is there a way I can call the product using radio button #141033Hi,
It is possible, but unfortunately i think it is out of the scope of the support we provide here but you can always hire a freelancer at http://www.microlancer.com/explore/wordpress :)
Regards,
Josue
Oi Fabiana,
Try using this CSS code:
#socket .copyright { float: right; }
Regards,
Josue
September 13, 2013 at 2:19 pm in reply to: My portfolio sorter work not good and how to turn off search? #141061Hi,
Please add the following code to the Quick CSS section or to the custom.css file:
#menu-item-search{ display: none !important; }
.grid-image.avia-hover-fx{ pointer-events: none; }
That will remove search from menu and the link from the portfolio items.
Regarding changing the name of the portfolio, please check this topic.
Regards,
Josue
-
AuthorPosts