iclementnomadps.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Make Column Clickable Elementor] clickable but link doesn’t workits ok i removed it and use a text to hyperlink and do transparent
Thank you I downloaded a plugin for quantities and it fixed my paypal error
Forum: Plugins
In reply to: [YouTube WordPress Plugin by Embed Plus] responsive not workingIts ok I used elementor and placed the embeded code in shortcode and works perfect. thank you
Forum: Themes and Templates
In reply to: [Mediaphase Lite] pages instead of postsgreat thank you didn’t know about that
Forum: Themes and Templates
In reply to: [Mediaphase Lite] pages instead of postsI did it!
For those who want to create normal page template. Go into your cpanel, folder under your themes folder (wp-content/themes/mediaphase-lite) , create a php page. I called mine basicpage.php
then enter this:
<?php /* Template Name: Basic Page */ ?> <?php get_header(); get_template_part( 'inc/partials/content', 'inner-navigation' ); ?> <div id="main"> <div class="wrap"> <?php get_sidebar();?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php /* Template Name: Basic Page */ ?> <?php get_header(); get_template_part( 'inc/partials/content', 'inner-navigation' ); ?> <div id="main"> <div class="wrap"> <?php get_sidebar();?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php the_content(' Read the rest of this page ?</p>'); ?> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <?php get_template_part( 'inc/partials/content', 'home-bottom-ribbon' ); get_template_part( 'inc/partials/content', 'home-logos' ); get_footer();
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Mediaphase Lite] not responsive?sorry just found out that the news was actually a post ??
i am still interested in seeing if i can resize image of hero banner in mobile version.I am happy to try one of these two options with a bit of guidance from you if you don’t mind?
Option 1 – Manually remove the height and width from your image.
This only works if your responsive theme already has the styling in place to correctly size your content images. Fortunately, it is really easy to test! Just take your editor into text editing mode and remove the “height” and “width” from the image tag. Then go test it out on your mobile device. If it sizes correctly, you’re good to go!Is that in CSS?
Option 2 – Add your own styles to your theme.
If you are familiar with CSS, you can add your own CSS to your theme to override the image height and width. You can either make this work on ALL images, or you can modify it to only target images with a certain class.Can you advise on how to proceed if 1st option doesn’t work?
Thanks for all your help.
Really appreciatedForum: Themes and Templates
In reply to: [Mediaphase Lite] not responsive?Hi
thanks for that clarification.
Any chance I could add something to make it resize rather than crop?
Also I am sorry if this is a silly question but I can’t seem to understand where I change the details of the news section in the frontpage, where does that video come from please?
They are not in any widgets for news but i found some for team members..
Thanks again for your helpForum: Themes and Templates
In reply to: [Mediaphase Lite] changing colors and social links issuesfound it
Forum: Themes and Templates
In reply to: [Mediaphase Lite] not responsive?Hi
i am using the slider from the theme
my site is nlc.nomadps.com
thanks for your help