Forum Replies Created
-
AuthorPosts
-
Thanks for the reply. Do you have a link that explains what the Page Content element is and how to use it? I am not familiar with that feature.
Ok. I updated the link in the private area. Thanks.
Thanks for the reply. I want the highlighted text removed:
https://pasteboard.co/IIxwUel.pngHello. That that removes the “download” item from the breadcrumbs, but it seems to also remove the parent category from being displayed in the breadcrumbs on all of our blog posts as well. Is there anyway to remove the “download” item from being shown in the breadcrumbs without needing to remove the parent category from the breadcrumb on our blog posts? Thanks.
Yes, I tried moving the code to the very top of quick css. I also tried in multiple browsers after having cleared the browser cache and cleared the wordpress cache. However, the “download” link remains in the breadcrumbs.
Please advise.
Thanks. I tried that, but it had no effect. Please advise.
October 7, 2019 at 12:02 am in reply to: Customizing the Single.php (Featured Image Size and Title/Author Location) #1145566Thanks for the reply.
1. I looked at that link. The following is the code that is currently being used for my featured image size:
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>1089, ‘height’=>568);Do I just copy that line of code and then paste it to a new line in functions.php? If so, what do I need to modify in that code (other than the dimensions) to differentiate it from my normal featured image (such that it is linked up with the single-wpdmpro.php file referenced below)? I only want the special featured image dimensions on my special blog posts (I don’t want to overwite the dimensions that are currently being used for single.php)..
2. I have copied all of the code from my single.php file to a new file named single-wpdmpro.php. I am looking at the code that was copied from single.php, but cannot figure out where it is that I am supposed to swap things around in order to make the title/author text go ABOVE the featured image. Please advise.
Here is the code:
************************************************************
<?php
global $avia_config;
/*
* get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
*/
get_header();
$title = __(‘Blog – Latest News’, ‘avia_framework’); //default blog title
$t_link = home_url(‘/’);
$t_sub = “”;
if(avia_get_option(‘frontpage’) && $new = avia_get_option(‘blogpage’))
{
$title = get_the_title($new); //if the blog is attached to a page use this title
$t_link = get_permalink($new);
$t_sub = avia_post_meta($new, ‘subtitle’);
}
if( get_post_meta(get_the_ID(), ‘header’, true) != ‘no’) echo avia_title(array(‘heading’=>’strong’, ‘title’ => $title, ‘link’ => $t_link, ‘subtitle’ => $t_sub));
?>
<div class=’container_wrap container_wrap_first main_color <?php avia_layout_class( ‘main’ ); ?>’>
<div class=’container template-blog template-single-blog ‘>
<main class=’content units <?php avia_layout_class( ‘content’ ); ?> <?php echo avia_blog_class_string(); ?>’ <?php avia_markup_helper(array(‘context’ => ‘content’,’post_type’=>’post’));?>>
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*
*/
get_template_part( ‘includes/loop’, ‘index’ );
//show related posts based on tags if there are any
get_template_part( ‘includes/related-posts’);
//wordpress function that loads the comments template “comments.php”
comments_template();
?>
<!–end content–>
</main>
<?php
$avia_config[‘currently_viewing’] = “blog”;
//get the sidebar
get_sidebar();
?>
</div><!–end container–>
</div><!– close default .container_wrap element –>
<?php get_footer(); ?>
************************************************************August 14, 2018 at 11:38 pm in reply to: Bulleted Numbers Cut Off on iPhone (Only Numbers 10 and Above) #997374You can close it. Thanks.
August 14, 2018 at 11:00 pm in reply to: Bulleted Numbers Cut Off on iPhone (Only Numbers 10 and Above) #997360OK. Thanks!
August 14, 2018 at 6:21 pm in reply to: Bulleted Numbers Cut Off on iPhone (Only Numbers 10 and Above) #997205Ok. I just deactivated our caching plugin.
Thanks. That seems to have resolved the issue when I resize the web browser to a smaller view. However, when viewing the blog post on my phone’s Safari browser, it still isn’t showing the full width of the featured image. Any idea why that might be? I cleared the cache and purged the CDN our website.
Please let me know. Thanks.
August 28, 2017 at 8:31 pm in reply to: Problem w/ Search Icon and Text on Mobile Menu in 4.1.2 #845016Thanks for sharing your helpful solution Bruce! That worked!
August 25, 2017 at 10:28 pm in reply to: Problem w/ Search Icon and Text on Mobile Menu in 4.1.2 #844210Hi Nikko. Thanks for the reply. It is possible to show one version of the logo on the desktop and another version of the logo on mobile? I like the size of the logo on the desktop version of the site, but wouldn’t mind shortening it for the mobile version. Please advise.
August 24, 2017 at 3:47 pm in reply to: Problem w/ Search Icon and Text on Mobile Menu in 4.1.2 #843548Thanks for the reply. I have provided the requested screenshots.
Hello. I am having the exact same issue as JuergenB. Is enabling SSL for the entire WordPress site the only option for resolving this issue? If I change the url of the page to https:// it loads the masonry blog images fine, but if I leave it as http:// it doesn’t load them. Like JuergenB, I do not want to enable SSL for my entire website. Please advise.
I am also having this same exact problem.
- This reply was modified 7 years, 5 months ago by ACNLatitudes.
Perfect. Thanks so much!
OK. I have added the info to the private area. Thanks!
Thanks. That worked great!
On a related note, I’m trying to reduce the amount of space between those two green promo boxes. I tried using this code, but it didn’t resolve the issue:
.av_promobox {
margin: 20px 0!important;
}Any ideas on what else I should try?
Sorry. Please refresh the page and then scroll down.
March 9, 2017 at 11:24 pm in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #758624Hi Yigit,
I would like to jump in to say that I am also experiencing this issue when browsing the site on the mobile version of Safari with the latest version of Enfold and WP Rocket. I applied the CSS code and can confirm that it does fix the problem of not being able to scroll the page. However, I wanted to mention that after applying that CSS code the page does not scroll nearly as fluidly as it should (it is a bit jerky and does not scroll smoothly). It seems that the only option for the page to scroll properly is to disable CSS optimizatoin in WP Rocket (as mentioned by isee) until a fix has been released by Enfold.
Thank you.
October 3, 2016 at 11:12 pm in reply to: Error message on footer area of mobile version of website #694798Nevermind. I updated my WP Rocket plugin and it resolved the issue (there was a bug incompatibility between WP Rocket and Enfold that has now been patched).
October 3, 2016 at 10:56 pm in reply to: Error message on footer area of mobile version of website #694791Thank you. I have added the login information in the Private Content section. FYI, I have also noticed that it is doing this same error message on the desktop version of our web pages as well.
Hi Rikard,
Sure. Please scroll down to the bottom of this page and you will see the pagination to go to page 2.
We have already adjusted the css to try to make it stick out a little more (people were often overlooking that there was a page 2 option). We would like to put some text right above the pagination to make it stick out more to our visitors.
Thanks!
Nevermind, I figured it out. I had to include .updated as well like this:
.category-id-695 .date-container, .category-id-695 .updated, .category-id-695 .text-sep-date {
display: none !important;
}Thanks for the reply. I tried the code that you provided, but once again it only removed the “/” from the date line, but it did not remove the actual date. Please advise.
Thanks for the reply.
Here is a screenshot: https://snag.gy/vFescb.jpg
Here is the page that I took the screenshot from: http://latitudes.org/tennis-award-certificate-primary/
I would like to hide ” July 1, 2016 / ” from being shown on that post, which is under the category of Z-Evergreen (category id 695).
I tried using the following code based on what I had reviewed in the forums. It removed the “/” but did not remove the actual date.
.category-id-695 date-container, .text-sep-date {
display: none !important;
}Please advise.
Thanks!
That worked great. You can mark this as resolved. Thanks!!!
Hi Vinnie. That worked perfect! Thanks so much!
Thanks. I used the code that you provided for mobile and tablets. It seems to work now. However, for some reason it doesn’t look the same as in your screenshot. On my mobile phone (safari browser) and on my desktop computer (resized chrome browser window) the image/text doesn’t line up flush for each post (it shifts to the left or to the right as each blog post alternates): http://snag.gy/Oxh0D.jpg
Please advise.
- This reply was modified 8 years, 8 months ago by ACNLatitudes.
-
AuthorPosts