• Resolved pharmaplex

    (@pharmaplex)


    Sir,

    1.How can i add any video in the widget area fro example youtube video…..

    2.Can i create 1 more blog.

    Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi pharmaplex,

    1. For adding Youtube video in your widget area you need to add a text widget to the widget area and add the code in there:

    <iframe src="Link to the youtube video"></iframe>

    2. There is only one blog page in a theme. You can add categorie in the single blog page.

    Thread Starter pharmaplex

    (@pharmaplex)

    Hi-Jitendra

    Thank you very much for your help i do appreciate that i have 2 more questions.

    1.How can i get ride of the category name and the posted date from my blog.

    2.I am trying to change the size of the image in my page it is changing in the edit mode but not showing exactly in the preview mode.is this possible that these plugin is activated that is why it is not working

    1.Black Studio TinyMCE Widget
    2.Light – Responsive LightBox
    3.Regenerate Thumbnails

    will you please tell me where is the option to attach my screen shots so i can show you my problem.

    Hi pharmaplex,

    All these you want can be achieved by using CSS.

    1. Can you provide link to your blog page?

    2. Can you provide link to a page where you want to resize the image?

    @pharmaplex

    1) go to content.php and delete the following code (NOTE: Copy the complete content.php in a text editor as a backup)

    <div class=”post-meta group”>
    <p class=”post-category”><?php the_category(‘ / ‘); ?></p>
    <p class=”post-date”><?php the_time(‘j M, Y’); ?></p>
    </div><!–/.post-meta–>

    2) No

    Thread Starter pharmaplex

    (@pharmaplex)

    Thank you very much you Jitendra and brahmos i dont know to say thanks to you both individually.

    Jitendra.
    1.Here is my blog page link https://michael.flaflooring.com/
    here is the link page https://michael.flaflooring.com/laminate-5/ i want to change the size of the Laminate image

    and brahmos thank you very much for you help.

    Thanks
    Pharmaplex

    Thread Starter pharmaplex

    (@pharmaplex)

    Hi-Brahmos

    I want to add my own slider in my blog is there any way to do that

    Thanks in advance.

    Hi Pharmaplex,

    I think adding these piece of codes in your style.css are going to help you for the things you have mentioned above.

    1. This code will remove the category and dates on the blog page:

    .blog .post-meta.group {
        display: none;
    }

    2. This will increase the size of the image on the page you have mentioned:

    .page-id-564 .alignnone.wp-image-430 {
        width: 650px;
    }

    @jitendra: Thank you contributing to the forums but please do not encourage people to edit theme files directly. At best, they will lose all of their changes when they update the theme. At worst, they could bring their site down. They should be recommended to create a child theme or use a custom CSS plugin for their changes.

    @esmi,

    Thanks for that advice. From now i’ll advice users to use child theme or plugin for custom css. No more errors from now. ??

    Thread Starter pharmaplex

    (@pharmaplex)

    Thank You

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Add personal video in the widget area’ is closed to new replies.