themeofwp.com
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Text align to top of Amazon Enhanced link?It will be looks like after you adding my style:
Forum: Themes and Templates
In reply to: Text align to top of Amazon Enhanced link?Hey there,
you can use in your style.css like this:
.entry-content iframe {
float: left;
margin-right: 20px;
margin-top: 0;
padding: 0;
}but the important thing is all iframes will be aligned to left with this rule. You should find the iframe and use inline style for only this frame.
I hope this will helps to you.
Forum: Themes and Templates
In reply to: How to install a themeYou’re welcome if you need us we are ready to help anytime!
Forum: Themes and Templates
In reply to: h2 headersAlternatively you can attempt to create a post / page and write something like “This is heading 2” and then select all then you’ll see the “Paragraf” in the editor area select heading 2 and let’s see the result.
Forum: Themes and Templates
In reply to: [Fruitful] Missing logo on mobileHey there you should use your logo for example for retina:
maybe you have checjked with retina supported theme + retina supported device and it wasn’t display?
you can try with my suggestion rename your logo as:
[email protected] and try to display again.
Forum: Themes and Templates
In reply to: How to install a themeyou need to read the comparsion chart at https://en.support.wordpress.com/com-vs-org/
WP.COM:
Choose from hundreds of beautiful themes. Make it your own with Custom Design.WP.ORG:
Install custom themes. Build your own with PHP and CSS.Forum: Themes and Templates
In reply to: [Parabola] parabola settingsOtherwise you can contact them via email or over the support. ??
Forum: Themes and Templates
In reply to: How to install a themeOhh, if you attempt to install a theme wp.com website you can use predefined themes there.
https://yourusername.wordpress.com/wp-admin/themes.php
by the way @stephencottontail I accept you.
Forum: Themes and Templates
In reply to: [Virtue] Need support to layout the Home Page and Shop PageHey there you should change the Page templates section when you create a page. Please check that area and select apropriate template for the regarding page. You’ll see the demo like shop pages and others.
Make sure you have installed required plugins and make sure you have at least one product there.
Forum: Themes and Templates
In reply to: Will Child Theme effect RSS feed widget?Hey again,
it won’t affect in my opinion because you did a small changed in footer and it won’t affect it. The best way to see how this things going on, activate the child them and let see the result.
If something goes wrong you can reactivate the parent theme again without loss any option.
Try to activate child theme and let’s see the result. I bet you wont lose that widget in homepage because you did changes in footer ??
Forum: Themes and Templates
In reply to: [Enigma] Add a widget to headerHey there I didn’t use Enigma theme before but you can do it by yourself a bit code.
Here is the olution:
Open the header.php and find the approriate area then add this
<?php if ( ! dynamic_sidebar( ‘header-right’ ) ) : ?>
<?php endif; // end sidebar widget area ?>and open the function.php and add this:
function mythemeheader_widgets_init() {
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(
‘name’ => ‘header-right’,
‘id’ => ‘header-right’,
‘before_widget’ => ‘<div class=”widgets”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2>’,
‘after_title’ => ‘</h2>’,
));
}
add_action( ‘widgets_init’, ‘mythemeheader_widgets_init’ );that’s it.
Forum: Themes and Templates
In reply to: Will Child Theme effect RSS feed widget?Can you describe more and can you sahare a screenshot about this?
Hey there,
Headline getting the rules from:
.entry-title {
font-size: 2.5rem; this you can change the value as 18px or omething like
line-height: 1.225;
margin-bottom: 1.05em;
}I think you’ve deleted them in post.php and archive.php ??
Forum: Themes and Templates
In reply to: [Appointment] Scroll up colorNo problem…We are the Europe based developer groups and you can get in touch with us anytime about any theme & plugin!
Forum: Themes and Templates
In reply to: [Appointment] Scroll up color?? I’m gladyou resolved it by yourself ??