markonikolic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Edit footerHi,
Sorry for confustion, I thought you will see the part you have to remove:
?> · <a href="<?php echo esc_url('http://generatepress.com');?>" target="_blank" title="<?php _e('GeneratePress','generate');?>"><?php _e('GeneratePress','generate');?></a> · <a href="http://wordpress.org" target="_blank" title="<?php _e('Proudly powered by WordPress','generate');?>"><?php _e('WordPress','generate');?></a> · <a href="<?php echo wp_login_url(); ?>" title="<?php _e('Log in','generate');?>"><?php _e('Log in','generate');?></a> <?phpThis is that part (copyright part).
Forum: Themes and Templates
In reply to: [Editor] RTL support for the themeAre you looking for some specific theme?
Forum: Themes and Templates
In reply to: [Point] Removing Category Name in the featured imageYou can leave it in case you need that in the future, but you should add
display: none;there. Or if you want to make changes in template, just remove it from file which creates this behavior.Forum: Themes and Templates
In reply to: [Xin Magazine] yellow overlay over slideshow imageHi,
You have smile in your excerpt I guess and this code make all images in slider to be 100% wide:
.flexslider .slides img { width: 100%; display: block; }Remove π and it should work well π
Forum: Themes and Templates
In reply to: CSS styling showing up as text on pageI guess it’s somehow (by mistake) placed in template file (page.php maybe?) because it can be visible with Google Inspect tool after comments/before content closing div.
Forum: Themes and Templates
In reply to: [Point] Removing Category Name in the featured imageHi, Add this in style.css:
.featured-cat { display: none; }Forum: Themes and Templates
In reply to: [GeneratePress] Edit footerYou can find it in functions.php
<span class="copyright"><?php _e('Copyright','generate');?> Β© <?php echo date('Y'); ?></span> <?php do_action('generate_copyright_line');?>And login part is below that.
Forum: Themes and Templates
In reply to: [Virtue] Link colour in sidebarHey, try to clear browser’s and site’s cache if you use caching plugin. Also try with another browser/device.
Forum: Themes and Templates
In reply to: Custom taxonomy returning 404 errorHi,
Try to re-set permalinks in Settings –> Permalinks
Forum: Themes and Templates
In reply to: [Virtue] Link colour in sidebarMe too, probably it was caching issue?
Forum: Themes and Templates
In reply to: CSS styling showing up as text on pageHi,
Check page.php file, or if it’s not there, download theme and search all files for
.woocommerce-page .widget-area {(you can use Notepad++ for that). Find it in .php file and remove it.Forum: Hacks
In reply to: WooCommerce Variable product shortcodeHey WordPress Blob,
that’s exactly what I did, started using GF addon, it’s really great. I have few more issues, but hope I will be able to solve it.
Sozot looks like great resource for the future, bookmarked π
Thanks