I am using a theme called “Deep Focus” from ElegantThemes. The problem I’ve got is that in its theme options it only sets one category to be viewed in blog style. I have another category that I want to be displayed like a blog as well. The blog is like this:
www.cubichead.com/blog
I have a “Reviews” section which currently is being viewed as a gallery instead of a blog style:
www.cubichead.com/reviews
So to recap, I want the posts in /reviews to be displayed like the posts in /blog.
Is there any suggestion so that I could solve this problem?
Maybe I could add an ID to the category-reviews and make a css code calling that category and change its style… or maybe I’m thinking out loud.
Thanks in advance.
]]>I’ll state upfront that I’m using a paid theme (deepfocus by elegantthemes). But I’m not getting adequate support from them. They’re pushing back saying what I’m asking for is a theme customization. But clearly, things broke when I updated theme version.
After upgrading theme version to latest, the homepage featured slider became bigger and the gallery thumbnails for vertical (portrait oriented) images started to appear stretched. I searched around their forum and found some related topics where it was suggested to use the regenerate thumbnails plugin. I ran the plugin on all images. However, nothing got fixed. Homepage featured slider still changes sizes for each image as it cycles through. Thumbnails in gallery still appear stretched.
On digging a bit, I found that proper thumbnails are not getting picked up for all images. Here’s an example of img src code from gallery page: (https://photomithra.in/category/showcase/)
A good one looks like this – its picking up the 207X136 size thumbnail’s URL:
<img src=”https://photomithra.in/wp-content/uploads/2013/01/20130119_0114-207×136.jpg”
A bad one looks like this – its picking up the original image’s URL to be used as thumbnail:
<img src=”https://photomithra.in/wp-content/uploads/2013/01/20130112_0045.jpg”
I’ve verified that all necessary thumbnails are physically present on my hosting storage. Is this a theme problem? If so, any idea how it can be fixed?
Apologize once again for posting query related to a paid theme. Just hoping to get some answers.
]]>I’m using the Deepfocus theme and on the homepage there are 3 columns beneath the photoslider:
Who i am, what i do and a white one called from the blog.
See: https://www.elegantthemes.com/demo/?theme=DeepFocus
How can 1 delete the last one: From the blog and change it into a widget with my Recent Posts?
]]>Can anyone please help me remove “From BLOG” section in DeepFocuss theme?
]]>On the homepage there are 3 columns for page, post and blog.
But when I change the language, the blog, pages and posts remain in the primary language.
IS there a simple way to fix this?
Now, I am trying to change the code for the homepage of the template to show the correct language, but with partial success so far.
This seams to work for the post widget.
<!-- here starts the postwidget -->
<?php query_posts("showposts=".get_option('deepfocus_fromblog_number')."&cat=".get_cat_ID(get_option('deepfocus_blog_cat')."&lang=".pll_current_language($value)));
if (have_posts()) : while (have_posts()) : the_post(); ?>
<li class="clear fix">
<a href="<?php the_permalink(); ?>" class="title"><span><?php truncate_title(30); ?></span></a>
<span class="postinfo"><?php esc_html_e('Posted','DeepFocus'); ?> <?php esc_html_e('by','DeepFocus'); ?> <?php the_author_posts_link(); ?> <?php esc_html_e('on','DeepFocus'); ?> <?php the_time(get_option('deepfocus_date_format')) ?></span>
</li>
<?php endwhile; endif; wp_reset_query(); ?>
I added ."&lang=".pll_current_language($value)
in the first line.
And this code seems to be responsible for displaying the pages or post.
But I got no clue on ho to fix this.
<?php if (get_option('deepfocus_blog_style') == 'false') { ?>
<?php for ($i=1; $i <= 2; $i++) { ?>
<?php query_posts('page_id=' . get_pageId(html_entity_decode(get_option('deepfocus_home_page_'.$i)))); while (have_posts()) : the_post(); ?>
<div class="service">
<h3 class="hometitle"><?php the_title(); ?></h3>
<?php global $more;
$more = 0;
the_content(''); ?>
<a href="<?php the_permalink(); ?>" class="readmore"><span><?php esc_html_e('Learn More','DeepFocus'); ?></span></a>
</div> <!-- end .service -->
<?php endwhile; wp_reset_query(); ?>
<?php } ?>
Any idea how to change this or is there another way to get ElegantThemes to work with polylang? Template i am using it Deepfocus.
Also I was wondering how to get the corresponding page-ID’s of the same pages/blogs/posts of the other languages.
]]>https://postimage.org/image/1snsa9tw/
as you can see there, its not aligning up correctly. I want the logo fairly big, is there a way to move it up? there’s quite a bit of space above it
]]>I just installed my wordpress with the DeepFocus Themes and when i go on my Portfolio you can see all my pictures. The probleme is when you try to go on one of them the image doesn’t show on the page and i don’t know why.
I haven’t touch any php file or something so i don’t understand what is wrong or how could I fix this…
Here is the error: https://www.nekson.fr/?p=178
Thanks,
NeKsoN
I’m attempting to use ‘deepfocus’ by elegantThemes. The directions have proven to be old (and incorrect), and the support forum on their site hasn’t been any help yet.
I’m hoping this is a common issue and you can help me. Here’s the piece of the instructions which are killing me… the issue is in bold:
Finally, once the theme has been activated, you should navigate to the Appearances > DeepFocus Theme Options page. Here you can adjust settings pertaining to theme’s display. Once you have adjusted whatever settings you would like to change click the “save” button.
Under ‘APPEARANCE” I have:
-Themes
-Widgets
-Editor
There is NO “DeepFocus Theme Options” link and ‘editor’ brings me to a huge wall of html which could be edited, for for the Love of God… there MUST be something missing here.
Thank you,
James, Seattle
]]>