Forum Replies Created
-
AuthorPosts
-
Hi,
Open /framework/php/class-breadcrumb.php and look for “You are here:” (line 26 and line 186), simply remove them.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a { height: 88px !important; line-height: 88px !important; max-height: none !important; }
Cheers!
JosueHi,
Try adding this at the end of js/avia.js:
jQuery(function() { jQuery("a[data-rel='grid-1']").first().trigger("click") });
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Are you using a Boxed layout?
Cheers!
JosueJanuary 23, 2014 at 11:40 pm in reply to: What CSS do I need to move the Email Subscription field #214169Hey!
Try adding this code to the Quick CSS:
label[for='hybridCommentOptin'] { position: static !important; }
Cheers!
JosueJanuary 23, 2014 at 11:38 pm in reply to: How to change overlay hover of related posts under blog post #214168Hi,
Maybe the Quick CSS is not working (this is due to a permissions problem in the /uploads folder), can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Also, in which Android device are you seeing this issue?
Regards,
JosueHey Schloss Klaus!
Your website sidebar is displaying correctly here:
http://schlossklaus.net/Cheers!
JosueHey Imburr!
You can block them with robots.txt, take a look at this article:
http://yoast.com/example-robots-txt-wordpress/Cheers!
JosueJanuary 23, 2014 at 11:28 pm in reply to: How To make The Title Transparency Change in Masonry Gallery #214157Hey!
I’m not seeing that line either, the code Yigit provided has removed it.
.avia-menu-fx { display: none; }
Have you tried seeing it from another computer?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
body.author br{ display: none !important; }
Cheers!
JosueHey!
Try adding this to your wp-config.php:
error_reporting(E_ALL); ini_set(‘display_errors’, 0);
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi Guilherme!
Have you tried using a Shortcode (to display that table)?
http://generatewp.com/shortcodes/Best regards,
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
Hi!
Try replacing the contents of single.php by this:
https://gist.github.com/josueochoa/c4de2d8d8e45e1d413c0Tested locally, result:
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
Does your templates work as expected if you don’t use ALB?
Best regards,
JosueJanuary 23, 2014 at 8:28 pm in reply to: Delete title bar on events calendar month view page #214066Hi Tomeu!
You forgot the link to your website.
Regards,
JosueHi!
Create a Page and look for the Magic Tool, that will let you create all the ALB elements without entering ALB and will give you the [shortcode] you can copy.
Regards,
JosueHey!
Your best bet would be to contact them (hosting support), and tell them that the mail() functions is not working.
Best regards,
JosueHi!
Do you use Advanced Layout Builder on these pages?
Remember that when using ALB the file that is called is template-builder.php.
Best regards,
JosueHi!
I don’t think we can help you with that, have you tried using the built-in contact form (you can put it as a shortcode)?
Cheers!
JosueHey!
I suggested it so we can discard if the issue is theme-related or not.
Best regards,
JosueHi,
Can you post the link to that Page please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Arron!
I tested this code locally, it worked:
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'title'; $query['order'] = 'ASC'; return $query; }
Remember that it will take the Title, not the slug.
If it doesn’t work please provide us with an administrator account so we can take a look.
Best regards,
JosueJanuary 23, 2014 at 4:54 am in reply to: Delete title bar on events calendar month view page #213682Hi Tomeu!
The screenshot you posted can not be seen.
Also, a link to your calendar page would be helpful.
Cheers!
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts