ifixlv
Forum Replies Created
-
sorry i mean before:
<<?php pinboard_title_tag( ‘site’ ); ?> id=”site-title”>
not before header lol
Forum: Plugins
In reply to: [WP Forum Server] Home page slider moving up while changing the slidesFIXED IT MYSELF!
IF YOU FACE SAME PROBLEM just put the slider code:
<?php if( function_exists(“get_dbox_slider”) ){ get_dbox_slider(); } ?>before the
<header id=”header”>
FIXED IT!
Needed to put the slider code:
<?php if( function_exists(“get_dbox_slider”) ){ get_dbox_slider(); } ?>before the
<header id=”header”>
Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileElectricFeet: I see what you are saying. It was my first time using google webmater and I thought that these structured data errors will effect my site visibility in SEO. Just the number of 300 errors made me scarred.
I agree with you that the authorship is not that important for static pages. But do you know for sure, if these errors would effect my web visibility in SEO or no?
Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileHi guys. Here is more detailed view of my problem:
Extracted structured data
hatom-feed
hatom-entry:
entry-title: Contact iFix LV
entry-content: Contact iFix LV Cell Phone Computer iPad Screen Repair iFix LV 3909 W Sahara Avenue #6 Las Vegas, NV 89102 Phone: (702) 388-4349 e-mail: [email protected] View Larger Map Contact iFix LV Contact…
Error: Missing required field “updated”.
Error: Missing required hCard “author”.ANYONE? PLEASE, HELP!
Forum: Themes and Templates
In reply to: [Customizr] Cusomizr logo resizeHi. I did a logo resize in paint. Just resize it in any software you have on your computer and then attach. I didn’t find any option in customizr. you can also look for plugin.
Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileSure, I sent it to you earlier too. Check the previous message please. here is my full index.php
<?php
/**
* The main template file. Includes the loop.
*
*
* @package Customizr
* @since Customizr 1.0
*/
?>
<?php do_action( ‘__before_main_wrapper’ ); ##hook of the header with get_header ?>
<div id=”main-wrapper” class=”<?php echo tc__f( ‘tc_main_wrapper_classes’ , ‘container’ ) ?>”><?php do_action( ‘__before_main_container’ ); ##hook of the featured page (priority 10) and breadcrumb (priority 20)…and whatever you need! ?>
<div class=”container” role=”main”>
<div class=”<?php echo tc__f( ‘tc_column_content_wrapper_classes’ , ‘row column-content-wrapper’ ) ?>”><?php do_action( ‘__before_article_container’); ##hook of left sidebar?>
<div id=”content” class=”<?php echo tc__f( ‘__screen_layout’ , tc__f ( ‘__ID’ ) , ‘class’ ) ?> article-container”>
<?php do_action (‘__before_loop’);##hooks the header of the list of post : archive, search… ?>
<?php if ( tc__f(‘__is_no_results’) || is_404() ) : ##no search results or 404 cases ?>
<article <?php tc__f(‘__article_selectors’) ?>>
<?php do_action( ‘__loop’ ); ?>
</article><?php endif; ?>
<?php if ( have_posts() && !is_404() ) : ?>
<?php while ( have_posts() ) : ##all other cases for single and lists: post, custom post type, page, archives, search, 404 ?>
<?php the_post(); ?><?php do_action (‘__before_article’) ?>
<article <?php tc__f(‘__article_selectors’) ?>>
<?php do_action( ‘__loop’ ); ?>
</article>
<?php do_action (‘__after_article’) ?><?php endwhile; ?>
<?php endif; ##end if have posts ?>
<?php do_action (‘__after_loop’);##hook of the comments and the posts navigation with priorities 10 and 20 ?>
</div><!–.article-container –>
<?php do_action( ‘__after_article_container’); ##hook of left sidebar ?>
</div><!--.row --> </div><!-- .container role: main -->
<?php do_action( '__after_main_container' ); ?>
</div><!--#main-wrapper"-->
<?php do_action( '__after_main_wrapper' );##hook of the footer with get_get_footer ?>
`Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileElectricFeet: here are details from my Webmaster Tool.
Structured Data > hentry (markup: microformats.org)
https://www.ifixlv.com/ipod-touch-5-repair-las-vegas-screen-repair/
Missing: author
Missing: updatedhttps://www.ifixlv.com/ipod-touch-2-repair-las-vegas-screen-repair/
Missing: author
Missing: updatedhttps://www.ifixlv.com/phone-screen-glass-lcd-repair-las-vegas-smartphone/
Missing: author
Missing: updatedhttps://www.ifixlv.com/phone-repair/
Missing: author
Missing: updated
/samsung-galaxy-s4-repair-las-vegas-shop-screen/
Missing: author
Missing: updatedhttps://www.ifixlv.com/ipad-3-repair-las-vegas-screen-glass-repair/
Missing: author
Missing: updatedand so on. i have total 300 errors like this
It doesn’t show me any other information. But that article that I submitted earlier explains my problem in details. But if you want me to submit a screenshot, please, let me know how can I do that
Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileMatthew: I am not really good with writing codex myself. So i would not be able to create a custom single.php myself. The one you gave me didn’t have values for author and update. what is your suggestion?
Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileOk. Thank you for agreeing to help.
1. I have these errors in Google Webmaster – Structured data – hentry: missing author, missing update
2. I found this article, how to fix my structured data problem. https://urbanstoic.com/how-to-fix-google-hfeed-or-hcard-warnings
In this article the solution is to modify author and update codes in the single.php file. My problem is that the Customizr theme does not have that file.
Is there another solution to remove these errors in Webmaster?
Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileOk. Thank you Matthew. Ill wait for the author respond
Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileHow can I reach the theme author? I went to the theme website but it gives me error when trying to connect to support forum.
Is there anyone here, who can help me?
Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileI checked both index.php (also I sent it to you earlier) and the custom-page.php there is no these codex
<span class=”post_date”><?php the_time(‘j F,Y’); ?></span>
<span class=”theauthor”><?php the_author_posts_link(); ?></span>Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileLook, the single.php template you sent me also does not have these codex:
<span class=”post_date”><?php the_time(‘j F,Y’); ?></span>
<span class=”theauthor”><?php the_author_posts_link(); ?></span>What should I do?
Forum: Themes and Templates
In reply to: [Customizr] Create custom single.php fileThat is my problem. If it would have a single.php I could modify it. But it does not. Do you know where else I can try to find the codex I need to modify?
Here is the list of files from my current theme:
Templates
Comments
(comments.php)
Custom Page Example Page Template
(custom-page.php)
Footer
(footer.php)
Theme Functions
(functions.php)
Header
(header.php)
class-fire-init.php
class-fire-resources.php
class-fire-utils.php
class-fire-widgets.php
Main Index Template
(inc/index.php)
init.php
Main Index Template
(index.php)
sidebar-left.php
sidebar-right.phpStyles
Stylesheet
(style.css)