Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
enestedt
tagDiv Member

Hi again,

Never mind, I found it.

For anyone with the same issue; apparently updating the theme installs tagDiv plugins overwriting some other plugins and changes the layout (seriously, why tho?). Deactivating the tagDiv plugins removes their id:s and the other plugins work as they should again!

enestedt
tagDiv Member

Do you have an example of a plugin that works with the theme?

The user should be able to click on a button and then fill out a form so they can send the post to a friend.

  • This reply was modified 9 years by enestedt. Reason: specifying the text
enestedt
tagDiv Member

The problem is the sticky menu, not the tabs. I want to keep the tab element.

I have a problem with the sticky menu and anchor links…

… it scrolls up but the menu covers the only item that is under “z” and the first tabb.

What I want is for the top to be visible when I click on “Z” and not be hidden by the sticky menu.

enestedt
tagDiv Member

Added one more image
http://imgur.com/a/zeNL1

  • This reply was modified 9 years by enestedt.
enestedt
tagDiv Member

What I’m aware of the problem have always been there

I made a test site where you can se the problem.
http://enestedt-playground.se/test/exempelsida/

I have only installed the theme and the “WPBakery Visual Composer”
And set the menu to sticky

View post on imgur.com

enestedt
tagDiv Member

For those that find this thread.

I made a custom template from the page.php where I instead of the

<?php the_content(); ?>
used this code (it’s looking like the block 11 and have 2 sidebars, you can customise that after your needs)

<div class="td-pb-row">
                        <div class="td-pb-span6 td-main-content" role="main">
                            <div class="td-ss-main-content">
                                <div class="td_block_wrap td_block_11 td_uid_2_58086a26d405d_rand td-pb-border-top" data-td-block-uid="td_uid_2_58086a26d405d">
                                     <div class="td-block-title-wrap">
                                        <h4 class="block-title">
                                            <span style="margin-right: 0px;">
                                                <?php echo $page_path; ?>
                                            </span>
                                        </h4>
                                    </div>
                                    <div class="td_block_inner">
                                        <div class="td-block-span12">

                                            <?php
$page_path = end(explode('/', trim($_SERVER['REQUEST_URI'], '/')));

                                                if (stristr($_SERVER['REQUEST_URI'], '/PAGE URL/')):
                                                    query_posts( array( 'post_type' => 'CUSTOM POST NAME', 'CUSTOM POST TAXANOMY NAME' => $page_path ) );
                                                elseif (stristr($_SERVER['REQUEST_URI'], '/PAGE URL/')):
                                                    query_posts( array( 'post_type' => 'CUSTOM POST NAME', 'CUSTOM POST TAXANOMY NAME' => $page_path ) );
                                                else:
                                                    query_posts( array( 'post_type' => 'CUSTOM POST NAME', 'CUSTOM POST TAXANOMY NAME' => 'TAXANOMY NAME' ) );
                                                endif;

                                              //the loop start here
                                              if ( have_posts() ) : while ( have_posts() ) : the_post();
                                            ?>
                                                <div class="td_module_10 td_module_wrap td-animation-stack td-meta-info-hide">
                                                    <div class="td-module-thumb">
                                                        <a class="td-admin-edit" href="/wp-admin/post.php?post= <?php echo get_the_id(); ?> &action=edit">
                                                            edit
                                                        </a>
                                                        <a href="<?php echo get_permalink();?>" rel="bookmark" title="<?php the_title(); ?>">
                                                             
                                                            <?php  echo get_the_post_thumbnail(); ?>
                                                        </a>
                                                    </div>

                                                    <div class="item-details">

                                                        <h3 class="entry-title td-module-title">
                                                            <a href="<?php echo get_permalink();?>" rel="bookmark" title="<?php the_title(); ?>">
                                                             
                                                            <?php the_title(); ?></a>
                                                        </h3>
                                                        <div class="td-module-meta-info">
                                                        </div>
                                                        <div class="td-excerpt">
                                                            <?php the_excerpt(); ?>
                                                        </div>
                                                    </div>
                                                </div>

                                            <?php endwhile; else: echo 'Det finns inga artiklar kopplade till ämnet "' .$page_path .'".';endif; wp_reset_query(); ?>
                                        </div>
                                     <!-- ./td-block-span12 -->
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="td-pb-span2 td-main-sidebar" role="complementary">
                            <div class="td-ss-main-sidebar">
                                <?php dynamic_sidebar( 'mittenspalten' ); ?>
                            </div>
                        </div>
                        <div class="td-pb-span4 td-main-sidebar" role="complementary">
                            <div class="td-ss-main-sidebar">
                                <?php dynamic_sidebar('hogerspalten'); ?>
                            </div>
                        </div>
                    </div>
  • This reply was modified 9 years by enestedt. Reason: code was wrong
  • This reply was modified 9 years by enestedt. Reason: code stil wrong
enestedt
tagDiv Member

Sorry, I don’t really understand what you tried to explain…

Can you elaborate this sentence

A solution would be to use post id filter and insert in that filed only the ids for those custom posts that you want to display.

enestedt
tagDiv Member

Yeah sorry, wrote that just for a quick image.
did a new more discribing image…

the first show the posts in “Books” and the tag ID for the Genre “lek”
http://imgur.com/gFCUkkU

the second shows the setting of the blocks
http://imgur.com/a/aRjNX

the third shows the outout…
http://imgur.com/pdhlLXZ

So in words, I only want to show the posts that have the “genre” “lek” not all of the posts under books.

enestedt
tagDiv Member

Okey thank you.
I have used the typkit.com fonts options to import the font and in typekit i have selected 100 as value so thats already done.

Thank you for the help.

enestedt
tagDiv Member

Hi Catalin
I think I figuerd it out.
I’m using the Visual Composer and if I understand things correctly I can’t use the default sidebar option. I need to add the element “widgetised sidebar” instead, like you described in your answer.

Is that correct?

  • This reply was modified 9 years by enestedt.
Viewing 10 posts - 1 through 10 (of 10 total)