Forum Replies Created
-
AuthorPosts
-
Hi,
Can you post the link to your main blog page please?
Regards,
JosueHi Agustin!
Yes, that would work, Posts also receive the ID in a class like postid-xx in case you wanted to target a specific Post.
Regards,
JosueHi Sam,
Open /framework/php/class-framework-widgets.php and look for line 739:
$output .= "<a href='$rss' class='asc_rss $addClass'>".apply_filters('avf_social_widget',"", 'rss')."<strong class='asc_count'>".__('Subscribe','avia_framework')."</strong><span>".__('to RSS Feed','avia_framework')."</span></a>";Replace it by this:
$output .= "<a href='$rss' class='asc_rss $addClass' target='_blank'>".apply_filters('avf_social_widget',"", 'rss')."<strong class='asc_count'>".__('Subscribe','avia_framework')."</strong><span>".__('to RSS Feed','avia_framework')."</span></a>";Regards,
JosueH Pelyoni,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey Raúl!
Have you tried this option?

Regards,
JosueDoes it look the same here?
http://www.google.com/fonts/specimen/MetrophobicCheers!
JosueMay 25, 2014 at 8:49 pm in reply to: Anchor link causing navigation bar to highlight the wrong link #269757Do you really don’t see any minimal change whatsoever? have you tried on another device? i don’t have a smartphone right now to test but it should look like this:

Best regards,
JosueHey Andrea!
Try adding this code to the Quick CSS:
.title_container .main-title:first-child{ display: none; }And this to the theme functions.php:
function modify_bc(){ return "<div class='main-title phone'>PHONE HERE</div>"; } add_filter('avia_breadcrumbs', 'modify_bc');Cheers!
JosueHey Timo!
You can change that in the Advanced Styling Options:
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Jack!
Here’s how i see it (Chrome / OS X):

What browser/OS are you using?
Best regards,
JosueMay 25, 2014 at 8:22 pm in reply to: Anchor link causing navigation bar to highlight the wrong link #269747I’m testing it on my tablet (Nexus 7), the change i applied is in js/avia.js (609-731).
Regards,
JosueThis reply has been marked as private.Hi!
Are you referring to this video?

I don’t see any black bars on my end.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey Holger!
Try adding this code to the Quick CSS:
.category div.big-preview.single-big { display: none; }Cheers!
JosueMay 25, 2014 at 8:01 pm in reply to: Anchor link causing navigation bar to highlight the wrong link #269737Check it now (refresh a few times):
http://milestonementoring.com/murphypsychologygroup/Regards,
JosueAlso tried recovering the password for the user you created for me, this should send a mail to my email (i changed it before).

But no mail was received so far.
Hey!
I put my mail in both forms and performed a test, no messages were received. This seems to be a server issue with the PHP mail function.
Best regards,
JosueHey!
Your site loaded fast on my end, i also tested here (result was 2.92s):
http://tools.pingdom.com/fpt/?testurl=http%3A%2F%2Fhetzeggelt.nl%2Fpages%2F#!/cwMT0x/http://hetzeggelt.nl/pages/Were you using the same computer?
Regards,
JosueHey Oliver!
See Peter’s solution here:
https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/#post-260646Best regards,
JosueMay 25, 2014 at 7:38 pm in reply to: Anchor link causing navigation bar to highlight the wrong link #269730Hi @wintner!
Fixed:
http://milestonementoring.com/murphypsychologygroup/Added some CSS to the child style.css file.
Regards,
JosueThis is still appearing in your server log:
[25-May-2014 17:13:24 UTC] PHP Fatal error: Call to undefined function mb_strimwidth() in /home/qsaudic1/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 575
It may need a server reset or some time.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.post-meta-infos { display: none; }Cheers!
JosueHey Michael!
Have you already included the font?
http://css-tricks.com/snippets/css/using-font-face/I think the code should be:
body .av-special-heading { font-family: "Brush Script MT",”Droid Serif”,Georgia,Times,serif; }Best regards,
JosueHey Tommy!
Add this to your theme functions.php:
function custom_link_structure($link_markup){ $link_markup[0] .= "target='_blank'"; return $link_markup; } add_filter('avf_portfolio_custom_image_container', 'custom_link_structure', 10, 1);Cheers!
JosueHey!
You can try the Events Calendar plugin, which is compatible with Enfold:
http://tri.be/shop/wordpress-events-calendar-pro/Cheers!
JosueHey Philippe!
FAQ looked fine on my end:

Can you post a screenshot of your view?
Cheers!
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
Hi!
Try with this code:
main.content{ min-height: 600px !important; }Best regards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
