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 :)
themesic
tagDiv Member

I understand how to add a shortcode to page-pagebuilder-latest.php – however i want contents of shortcode to be managed easily. The way you describe will show static contents – probably non responsive too.

Is there any other way, a dynamic one? Probably like saving a standalone vc template and have it called in page-pagebuilder-latest.php ?

themesic
tagDiv Member

Hi Catalin.

Thanks for your answer but im again confused.
I want to use it on pages, not posts.

I want to have a row added to visual composer and make sure that it is being displayed after posts’ loop of the front page, at the bottom.

But no matter of what I add to the bottom of visual composer, posts loop is being displayed always after its content, on the frontpage.

Let me tell you a scenario:

Install a fresh copy of WP and install the theme along with its dummy content. Frontpage has now some imported content. Lets go to the frontpage and add a new row with some text, at the very end, after all other elements.
You save and refresh and your new row is there, but it appears before posts’ loop.

themesic
tagDiv Member

Thanks for the response.
I think that you didnt get my second point (2).

I want to have some content added to visual composer and make sure that it is being displayed after posts’ loop.

But no matter of what I add to the bottom of visual composer, posts loop is being displayed always after its content.

I’m thinking of two alternatives:
– Is there any way to have posts loop included inside Visual composer?
– Is there any way to have last row shown in the exact last row position in the frontend ( after posts loop ) ?

themesic
tagDiv Member

Is there any way to provide it through a private reply?

Our website is on a development server for a client, so we need to ensure that privacy is met and you will also need to alter your hosts file in order to access it.

themesic
tagDiv Member

Regarding 1) – I made some progress. Can you help me assigning the proper CSS class to the menu items so they are being centerized? -> http://prntscr.com/c8qcv9

At this time, they are being listed on the left, with no style at all. I want to use Headers’ 10 style for this menu.

FIY (and for everyone that is trying to achieve this), what I did so far is to add this code in functions.php:

function print_menu_shortcode($atts, $content = null) {
extract(shortcode_atts(array( 'name' => null, ), $atts));
return wp_nav_menu( array( 'menu' => $name, 'echo' => false ) );
}
add_shortcode('menu', 'print_menu_shortcode');

Then I added this line on header-style-10.php (the one I use):
http://prntscr.com/c8qdl3

I created a menu, called ‘middlemenu’ and it worked. However Im not sure what CSS classes should I enter there.
Please advise.

themesic
tagDiv Member

Thanks for your prompt response.

1. Im afraid that this is not a shortcode. Its a column made with visual composer.
Any way to include it there? Basically, we want a menu horizontal row, that would be responsive and will only contain text along with font awesome icons in front of them.

2. I understand. Basically, we want to have events listed there. We would arrange sorting via date posted manually, but we want to keep original post date visible. Some events are upcoming, some other past. We may post a past event today and an upcoming some days before the first one. This will confuse our visitors. Is there any way to add a custom post type or something so we can move everything up and down by altering a field? Something like priority from 1 to 999. Each number should be a position.

themesic
tagDiv Member

I bet that I can use the same php code that you use to pull these icons in the footer, in a widget. Cant I ? Just let me know about this code.

themesic
tagDiv Member

I dont see a reply.

themesic
tagDiv Member

Can you advise on which one this website uses? https://goo.gl/7xV8px

themesic
tagDiv Member

I cant provide a public link. Is there a way to reply with a hidden response, or have you contact me directly to my email?

themesic
tagDiv Member

Is this a customization that you have implemented already for another client? We are much interested in accepting DPF in background ads too.

themesic
tagDiv Member

I see.

Unfortunately, this is a task that will be needed to be done upon every update – as far as I can understand.

Viewing 12 posts - 101 through 112 (of 112 total)