hellasphotography
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pixova Lite] child themeuse the first code as style.css and the second one as functions.php
place both files in a folder and rename it to pixovalite-child
if you want copy and paste the screenshot png file from the parent theme in to the child-theme folder.
the child-theme folder must be within the wp-content/themes directory.
Forum: Themes and Templates
In reply to: [Pixova Lite] child themehi, try this please, it works fine…
/* Theme Name: Pixova Lite Child Theme Theme URI: https://example.com/twenty-fifteen-child/ Description: Twenty Fifteen Child Theme Author: John Doe Author URI: https://example.com Template: pixova-lite Version: 1.0.0 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready Text Domain: twenty-fifteen-child */
<?php add_action( 'wp_enqueue_scripts', 'pixova_lite_child_theme_enqueue_styles' ); function pixova_lite_child_theme_enqueue_styles() { wp_enqueue_style( 'pixova-lite', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'pixova-lite-child-theme', get_stylesheet_uri() ); }
thanks to the great [email protected] team ??
Forum: Themes and Templates
In reply to: [Pixova Lite] child themeemail with all details already send ??
Forum: Plugins
In reply to: [ZenCache] failed after updatehi, can I re-install it without any doubts on a wordpress multisite?
Forum: Plugins
In reply to: [ZenCache] failed after update@raamdev
thanks for sharing the workaround, nonetheless I’d rather wait until the update is published ??it would be very helpful if you would announce the update here in a brief note.
Forum: Plugins
In reply to: [ZenCache] failed after updateForum: Plugins
In reply to: [ZenCache] failed after updatealready removed the plugin according to this:
https://zencache.com/kb-article/how-do-i-uninstall-zencache/#toc-86754ab8the point is that the website runs on networking and the reason changed to zencache was that other cache plugins does not support (well) such weibites, but I am afraid that zencache has also problems to manage such sites.
Forum: Fixing WordPress
In reply to: Can't Login After Automatic 4.0 UpgradeIf that doesn’t resolve the issue, try downloading WordPress again and delete then replace your copies of everything except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.
this worked fine for me!
thanks a lot for the great support!!!
Forum: Reviews
In reply to: [Lobster] Garbage on Mobile@ruphel
hi,the theme is very nice, but not updated since months…I want to ask whether you will support it in the future…
it is possible to post the code for a child theme here?
thanks in advance!
@d4z_c0nf
works like a charm! thank you!!!
just one more question:
how can I get the images bigger if needed? (the featured images in fp)@rdellconsulting
hi,
after input.fp-two {display:none;}
.marketing .span4 {width: 45%;}which works fine, the two images does not stay in the center of div.row.widget-area. They stay slightly left. I tried with
.row {
margin-left: 0;
}
but didn’t solve it.Forum: Themes and Templates
In reply to: Increase max posts on homepage with Gridly Themesimply go to dashboard > settings > reading > Blog pages show at most [default is 10] > “change this number to whatever you like” > done!
hope this helps…
Forum: Themes and Templates
In reply to: [Customizr] Images on posts are square not circlesSorry, this is my answer ??
Forum: Themes and Templates
In reply to: [Customizr] Remove the hover zoom featurethanks!
it was exactly what I was looking for!Forum: Themes and Templates
In reply to: [Customizr] Images on posts are square not circleshi to all,
I need exactly the other way around! any idea how to get this? I mean square images on front page instead of circles?
any feedback welcome ??